File tree Expand file tree Collapse file tree 3 files changed +15
-20
lines changed
Expand file tree Collapse file tree 3 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 1919 <IsPackable >false</IsPackable >
2020 <IsPublishable >false</IsPublishable >
2121 <LangVersion >latest</LangVersion >
22- <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
2322 <Nullable >enable</Nullable >
2423 <PackageDescription >$(Description)
2524
Original file line number Diff line number Diff line change 4848 </When >
4949 </Choose >
5050
51- <ItemGroup >
52- <PackageReference Include =" Microsoft.SourceLink.GitHub"
53- PrivateAssets =" all" />
54- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers"
55- PrivateAssets =" all" />
56- <PackageReference Include =" Nerdbank.GitVersioning"
57- PrivateAssets =" all" />
58- <PackageReference Include =" StyleCop.Analyzers"
59- PrivateAssets =" all" />
60- </ItemGroup >
61-
6251 <Target Name =" _SetReleaseNotes"
6352 DependsOnTargets =" GetBuildVersion"
6453 BeforeTargets =" GenerateNuspec"
Original file line number Diff line number Diff line change 11<Project >
2+ <PropertyGroup >
3+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4+ </PropertyGroup >
5+
6+ <ItemGroup >
7+ <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub"
8+ Version =" 1.1.1" />
9+ <GlobalPackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers"
10+ Version =" 17.3.48" />
11+ <GlobalPackageReference Include =" Nerdbank.GitVersioning"
12+ Version =" 3.5.119" />
13+ <GlobalPackageReference Include =" StyleCop.Analyzers"
14+ Version =" 1.2.0-beta.435" />
15+ </ItemGroup >
16+
217 <ItemGroup >
318 <PackageVersion Include =" Microsoft.CodeAnalysis.BannedApiAnalyzers"
419 Version =" 3.3.3" />
823 Version =" 7.0.0" />
924 <PackageVersion Include =" Microsoft.Extensions.Hosting.Systemd"
1025 Version =" 7.0.0" />
11- <PackageVersion Include =" Microsoft.SourceLink.GitHub"
12- Version =" 1.1.1" />
13- <PackageVersion Include =" Microsoft.VisualStudio.Threading.Analyzers"
14- Version =" 17.3.48" />
1526 <PackageVersion Include =" Microsoft.Windows.CsWin32"
1627 Version =" 0.2.104-beta" />
1728 <PackageVersion Include =" Microsoft.Windows.SDK.Win32Docs"
1829 Version =" 0.1.8-alpha" />
1930 <PackageVersion Include =" Microsoft.Windows.SDK.Win32Metadata"
2031 Version =" 37.0.34-preview" />
21- <PackageVersion Include =" Nerdbank.GitVersioning"
22- Version =" 3.5.119" />
23- <PackageVersion Include =" StyleCop.Analyzers"
24- Version =" 1.2.0-beta.435" />
2532 <PackageVersion Include =" System.IO.Pipelines"
2633 Version =" 7.0.0" />
2734 <PackageVersion Include =" Wcwidth"
You can’t perform that action at this time.
0 commit comments