init cpm support (#1565)

* feat: init cpm support

* remove dotnet-xunit DotNetCliToolReference

* use VersionOverride for compatibility
This commit is contained in:
Weihan Li
2024-06-16 12:41:28 +08:00
committed by GitHub
parent b6315d8622
commit 007ef8946c
22 changed files with 136 additions and 119 deletions

View File

@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore" />
</ItemGroup>
</Project>