File tree Expand file tree Collapse file tree 3 files changed +5
-20
lines changed
Expand file tree Collapse file tree 3 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 11<Project >
2- <!-- Shared package refs -->
2+ <PropertyGroup >
3+ <!-- Suppress NU1507 (multiple package sources with CPM) -->
4+ <NoWarn >$(NoWarn);NU1507</NoWarn >
5+ </PropertyGroup >
36 <ItemGroup >
4- <!-- NBGV drives versions; PrivateAssets=all keeps it out of consumers -->
57 <PackageReference Include =" Nerdbank.GitVersioning" PrivateAssets =" all" />
6-
7- <!-- SourceLink for GitHub -->
88 <PackageReference Include =" Microsoft.SourceLink.GitHub" >
99 <PrivateAssets >all</PrivateAssets >
1010 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1111 </PackageReference >
12-
1312 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" />
1413 </ItemGroup >
1514
Original file line number Diff line number Diff line change 33 <File Path =" Directory.Build.props" />
44 <File Path =" Directory.Packages.props" />
55 <File Path =" LICENSE" />
6+ <File Path =" NuGet.Config" />
67 <File Path =" README.md" />
78 <File Path =" version.json" />
89 <Project Path =" docs/docs.shproj" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments