Skip to content

Commit

Permalink
Rollback tests references
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Mar 29, 2023
1 parent 3398de1 commit 7533b20
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net471</TargetFrameworks>
<TargetFrameworks>net35;netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<RootNamespace>JetBrains.Profiler.Api.Tests</RootNamespace>
<Nullable>enable</Nullable>
<LangVersion>latestmajor</LangVersion>
Expand All @@ -9,9 +9,9 @@
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 7533b20

Please sign in to comment.