➕ Ensures all template dependencies will have a version, overridable at Directory.Packages.props
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="Central Package Management">
|
<PropertyGroup Label="Central Package Management">
|
||||||
|
<NoWarn>$(NoWarn);NU1506</NoWarn>
|
||||||
<!-- Create Directory.Packages.props file next to solution to use -->
|
<!-- Create Directory.Packages.props file next to solution to use -->
|
||||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
<!-- Any transitive dependency defined below will be used explicitly on the version stated -->
|
<!-- Any transitive dependency defined below will be used explicitly on the version stated -->
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
|
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
|
||||||
<PackageVersion Include="NewStyleCop.Analyzers" Version="1.2.1" />
|
<PackageVersion Include="NewStyleCop.Analyzers" Version="1.2.1" />
|
||||||
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
|
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
|
||||||
|
<PackageVersion Include="Microsoft.Extensions.ApiDescription.Server" Version="10.0.5" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user