diff --git a/Examples/Examples.fsproj b/Examples/Examples.fsproj index 121adb9..c3dc691 100644 --- a/Examples/Examples.fsproj +++ b/Examples/Examples.fsproj @@ -1,14 +1,14 @@  - netcoreapp2.0;net45;net451;net452;net46; + net5.0;net472;net48 $(MSBuildProjectName).$(TargetFramework) - - - - - + + + + + diff --git a/Foq/Foq.fsproj b/Foq/Foq.fsproj index 55d8651..c4b7a96 100644 --- a/Foq/Foq.fsproj +++ b/Foq/Foq.fsproj @@ -1,9 +1,9 @@  - netstandard2.0;net40;net45 + netstandard2.0 Foq Phillip Trelford - 1.8.0 + 1.9.0 Foq is a lightweight thread-safe mocking library for F#, C#, and VB with a similar API to Moq. Copyright 2012-2018 Support for .NET Core/.NET Standard 2.0 @@ -15,12 +15,9 @@ F# C# VB testing unittest unittesting TDD stubs stubbing fakes faking mocks mocking moq http://trelford.com/Foq.png - - - - - - + + + diff --git a/Tests/Tests.CSharp/Tests.CSharp.csproj b/Tests/Tests.CSharp/Tests.CSharp.csproj index 8eeb417..54b686d 100644 --- a/Tests/Tests.CSharp/Tests.CSharp.csproj +++ b/Tests/Tests.CSharp/Tests.CSharp.csproj @@ -1,17 +1,19 @@ - + - netcoreapp2.0;net40;net45 - $(MSBuildProjectName).$(TargetFramework) + net5.0;net472;net48 + $(MSBuildProjectName).$(TargetFramework) - + - - + + + NU1701 + diff --git a/Tests/Tests.FSharp.Linq/Tests.FSharp.Linq.fsproj b/Tests/Tests.FSharp.Linq/Tests.FSharp.Linq.fsproj index f3f0860..992d930 100644 --- a/Tests/Tests.FSharp.Linq/Tests.FSharp.Linq.fsproj +++ b/Tests/Tests.FSharp.Linq/Tests.FSharp.Linq.fsproj @@ -1,7 +1,7 @@  - netcoreapp2.0;net40;net45 + net5.0;net472;net48 $(MSBuildProjectName).$(TargetFramework) true true @@ -9,18 +9,11 @@ - - - - - - - - - - - + + + + diff --git a/Tests/Tests.FSharp/Tests.FSharp.fsproj b/Tests/Tests.FSharp/Tests.FSharp.fsproj index d658227..1a416a5 100644 --- a/Tests/Tests.FSharp/Tests.FSharp.fsproj +++ b/Tests/Tests.FSharp/Tests.FSharp.fsproj @@ -1,7 +1,7 @@  - netcoreapp2.0;net40;net45 + net5.0;net472;net48 $(MSBuildProjectName).$(TargetFramework) true true @@ -23,21 +23,16 @@ - - - - - - - - - - - + + + + + NU1701 + - + \ No newline at end of file diff --git a/Tests/Tests.VisualBasic/Tests.VisualBasic.vbproj b/Tests/Tests.VisualBasic/Tests.VisualBasic.vbproj index 43d0c40..395356b 100644 --- a/Tests/Tests.VisualBasic/Tests.VisualBasic.vbproj +++ b/Tests/Tests.VisualBasic/Tests.VisualBasic.vbproj @@ -1,14 +1,14 @@  - netcoreapp2.0;net40;net45 + net5.0;net472;net48 $(MSBuildProjectName).$(TargetFramework) - - - - - + + + + NU1701 + diff --git a/Tests/Types.CSharp/Types.CSharp.csproj b/Tests/Types.CSharp/Types.CSharp.csproj index 47e73e3..a49a396 100644 --- a/Tests/Types.CSharp/Types.CSharp.csproj +++ b/Tests/Types.CSharp/Types.CSharp.csproj @@ -1,6 +1,6 @@  - netstandard2.0;net40;net45 + netstandard2.0