Skip to content

Commit

Permalink
Don't target .NET Standard in the test project-
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Mar 31, 2024
1 parent 1756b3c commit eb64cbc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<ProjectReference Include="..\..\Remora.Rest.Core\Remora.Rest.Core.csproj" />
</ItemGroup>

<PropertyGroup>
<TargetNetStandard>false</TargetNetStandard>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" />
Expand Down

0 comments on commit eb64cbc

Please sign in to comment.