File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <Using Remove =" System.Net.Http" />
2929 </ItemGroup >
3030
31- <!-- Versioning -->
32- <ItemGroup >
33- <PackageReference Include =" Subatomix.Build.Versioning.Semantic" Version =" 1.1.0" PrivateAssets =" all" />
34- </ItemGroup >
35-
36- <!-- <inheritdoc/> support -->
37- <ItemGroup >
38- <PackageReference Include =" SauceControl.InheritDoc" Version =" 2.0.2" PrivateAssets =" all" />
39- </ItemGroup >
40-
41- <!-- SourceLink https://github.com/dotnet/sourcelink/blob/main/README.md -->
42- <ItemGroup Condition =" '$(IsPackable)' == 'true'" >
43- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" all" />
44- </ItemGroup >
45-
4631</Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+
3+ <!--
4+ Copyright Subatomix Research Inc.
5+ SPDX-License-Identifier: MIT
6+ -->
7+
8+ <!--
9+ Central Package Management
10+ https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management
11+ -->
12+
13+ <PropertyGroup >
14+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
15+ </PropertyGroup >
16+
17+ <ItemGroup >
18+ <PackageVersion Include =" Subatomix.Testing" Version =" 3.2.0" />
19+ </ItemGroup >
20+
21+ <ItemGroup >
22+ <GlobalPackageReference Include =" SauceControl.InheritDoc" Version =" 2.0.2" />
23+ <GlobalPackageReference Include =" Subatomix.Build.Versioning.Semantic" Version =" 1.1.0" />
24+ </ItemGroup >
25+
26+ <ItemGroup Condition =" '$(IsTestProject)' != 'true'" >
27+ <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
28+ </ItemGroup >
29+
30+ </Project >
Original file line number Diff line number Diff line change 1515 </ItemGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" Subatomix.Testing" Version = " 3.2.0 " />
18+ <PackageReference Include =" Subatomix.Testing" />
1919 </ItemGroup >
2020
2121</Project >
You can’t perform that action at this time.
0 commit comments