Ensure .NET Core 1.0.5 is installed

This commit is contained in:
Nate McMaster 2017-08-24 13:07:05 -07:00
parent 93b37e14db
commit d15129110e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<Project>
<ItemGroup>
<DotNetCoreRuntime Include="1.0.5" />
<ExcludeFromTest Include="$(RepositoryRoot)test\AspNetCoreModule.TestSites.Standard\*.csproj" />
<ExcludeFromTest Include="$(RepositoryRoot)test\AspNetCoreModule.Test\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
</ItemGroup>
@ -7,4 +8,4 @@
<PropertyGroup>
<VSTestCLIRunSettings>RunConfiguration.TargetPlatform=x64</VSTestCLIRunSettings>
</PropertyGroup>
</Project>
</Project>

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeFrameworkVersion>1.0.5</RuntimeFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.*" />