Skip to content

Commit

Permalink
Finalize MsTest upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptnCodr committed Dec 17, 2023
1 parent d8fa62f commit cb87437
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 4 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 6.0.0.0-alpha1 - Dec 12, 2023
- Migrate to NUnit 4.
### 6.0.0.0-alpha2 - Dec 15, 2023
- Migrate to NUnit v4.
- [BREAKING] FsUnit (NUnit v4 as dependency) drops netstandard2.0 as target framework.
- Update dependencies to MsTest v3.

### 5.6.1.0 - Nov 29, 2023
- Set NUnit dependency < 4.0.0 to prevent compatibility issues. - (https://github.com/fsprojects/FsUnit/pull/257)
Expand Down
4 changes: 0 additions & 4 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ NUGET
NUnit (4.0.1)
NUnit3TestAdapter (4.5)
System.Buffers (4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Collections (4.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp1.0))
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Collections.Immutable (8.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.MsTestUnit/FsUnit.MsTest.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<PropertyGroup Condition="($(DesignTimeBuild) == true)">
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down

0 comments on commit cb87437

Please sign in to comment.