Switch to stable version of .NET framework reference assemblies (#348)

* Switch to stable version of .NET framework reference assemblies

* Bump dotnet to get fix to nuget restore for unsigned packages

Related to https://github.com/NuGet/Home/issues/7574

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

Bump to latest stable
This commit is contained in:
Daniel Cazzulino
2020-03-30 00:09:53 -03:00
committed by GitHub
parent fc1faba745
commit c4509edbae
2 changed files with 3 additions and 6 deletions

View File

@@ -5,6 +5,6 @@ script:
- msbuild /t:Restore $TRAVIS_BUILD_DIR/Terminal.sln
- cd $TRAVIS_BUILD_DIR/
- msbuild /p:Configuration=Release Terminal.sln
mono: "5.20.1"
dotnet: "2.1.4"
mono: "6.8.0"
dotnet: "3.1.201"
os: "osx"

View File

@@ -59,10 +59,7 @@
<ItemGroup>
<PackageReference Include="NStack.Core" Version="0.11.0" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
</ItemGroup>