File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<RootNamespace >Fuchu.Tests</RootNamespace >
6
6
<AssemblyName >Fuchu.Tests</AssemblyName >
7
- <TargetFrameworks >net452;netcoreapp2.1 </TargetFrameworks >
7
+ <TargetFrameworks >net5.0 </TargetFrameworks >
8
8
<Name >Fuchu.Tests</Name >
9
9
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
10
10
<Configurations >Debug;Release;Fable</Configurations >
31
31
<ProjectReference Include =" ..\Fuchu.TeamCity\Fuchu.TeamCity.fsproj" />
32
32
<ProjectReference Include =" ..\Fuchu\Fuchu.fsproj" />
33
33
</ItemGroup >
34
- <ItemGroup >
35
- <PackageReference Update =" FSharp.Core" Version =" 4.6.2" />
36
- <PackageReference Include =" NUnit" Version =" 3.12.0" />
37
- </ItemGroup >
38
- </Project >
34
+ <!-- <ItemGroup> -->
35
+ <!-- <PackageReference Update="FSharp.Core" Version="4.6.2" /> -->
36
+ <!-- <PackageReference Include="NUnit" Version="3.12.0" /> -->
37
+ <!-- </ItemGroup> -->
38
+ <Import Project =" ..\..\.paket\Paket.Restore.targets" />
39
+ </Project >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 3 .0.103 " ,
3
+ "version" : " 5 .0.201 " ,
4
4
"rollForward" : " latestMinor"
5
5
}
6
- }
6
+ }
You can’t perform that action at this time.
0 commit comments