Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-sz committed Sep 25, 2024
1 parent 4f0ab05 commit f84ef35
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion tests/unit/32bit/CopyOnWriteTests32.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk">

<Import Project="../CopyOnWriteTests.props"/>

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/64bit/CopyOnWriteTests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk">

<Import Project="../CopyOnWriteTests.props" />

Expand Down
15 changes: 0 additions & 15 deletions tests/unit/CopyOnWriteTests.csproj

This file was deleted.

6 changes: 0 additions & 6 deletions tests/unit/CopyOnWriteTests.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
<Compile Include="../*.cs" />
<Compile Include="../Windows/*.cs" />
Expand Down

0 comments on commit f84ef35

Please sign in to comment.