Skip to content

Commit

Permalink
chore: update Fuchu.Tests.fsproj and global
Browse files Browse the repository at this point in the history
  • Loading branch information
rslopes committed Jul 16, 2021
1 parent 8206851 commit 3e7b031
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions Fuchu.Tests/Fuchu.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Fuchu.Tests</RootNamespace>
<AssemblyName>Fuchu.Tests</AssemblyName>
<TargetFrameworks>net452;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net5.0</TargetFrameworks>
<Name>Fuchu.Tests</Name>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Configurations>Debug;Release;Fable</Configurations>
Expand All @@ -31,8 +31,9 @@
<ProjectReference Include="..\Fuchu.TeamCity\Fuchu.TeamCity.fsproj" />
<ProjectReference Include="..\Fuchu\Fuchu.fsproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.6.2" />
<PackageReference Include="NUnit" Version="3.12.0" />
</ItemGroup>
</Project>
<!-- <ItemGroup> -->
<!-- <PackageReference Update="FSharp.Core" Version="4.6.2" /> -->
<!-- <PackageReference Include="NUnit" Version="3.12.0" /> -->
<!-- </ItemGroup> -->
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.0.103",
"version": "5.0.201",
"rollForward": "latestMinor"
}
}
}

0 comments on commit 3e7b031

Please sign in to comment.