Skip to content

Commit

Permalink
[test] #92 update razor pages for multi frameworks target
Browse files Browse the repository at this point in the history
  • Loading branch information
JanoPL committed May 20, 2024
1 parent a913ed0 commit d8cb020
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 1,061 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio">
Expand All @@ -24,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<Using Include="Xunit"/>
<Using Include="Xunit" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit d8cb020

Please sign in to comment.