Skip to content

Commit

Permalink
added back netstandard2.0 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Jan 23, 2024
1 parent c10ed9e commit 459a17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/DefaultUnDo.Test/DefaultUnDo.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">

<PropertyGroup>
<TargetFrameworks>
net462;
Expand All @@ -9,14 +10,15 @@

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NFluent" Version="3.0.3" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DefaultUnDo\DefaultUnDo.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions source/DefaultUnDo/DefaultUnDo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup Label="Compilation">
<TargetFrameworks>
netstandard1.0;
netstandard2.0;
netstandard2.1;
net8.0;
</TargetFrameworks>
Expand Down

0 comments on commit 459a17a

Please sign in to comment.