Skip to content

Commit

Permalink
Add empty nuget (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Oct 14, 2024
1 parent 7bff607 commit b091810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added files/archive/empty.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649</NoWarn>
<Version>8.4.0</Version>
<NoWarn>CS1591;CS0649;NU5119</NoWarn>
<Version>8.5.0</Version>
<LangVersion>preview</LangVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Description>A collection of minimal binary files.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/EmptyFiles.Tool/EmptyFiles.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackAsTool>True</PackAsTool>
<Description>.NET Core Global Tool for creating minimal binary files</Description>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NoWarn>NU5118</NoWarn>
<NoWarn>$(NoWarn);NU5118;NU5119</NoWarn>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit b091810

Please sign in to comment.