Adding RuntimeFrameworkVersion to the RepoTasks.csproj

This commit is contained in:
Kiran Challa 2017-07-13 12:15:53 -07:00
parent 1d2b560dfa
commit 80d8e8a7cd
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
</PropertyGroup>
<Import Project="$(RepoTasksSdkPath)\Sdk.targets" Condition="'$(RepoTasksSdkPath)' != '' "/>