Skip to content

Commit 06bc44b

Browse files
Clean up
1 parent 7d4e80c commit 06bc44b

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

Directory.Build.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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

Hyperbee.Resources.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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" />

nuget.config

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)