Skip to content

Commit 0cc8963

Browse files
committed
Suppress nuget warning
1 parent 49ac94a commit 0cc8963

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Mappit.Generator/Mappit.Generator.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1818
<IsPackable>true</IsPackable>
1919
<Version>0.0.3</Version>
20+
<WarningsNotAsErrors>NU5128</WarningsNotAsErrors>
2021
</PropertyGroup>
2122

2223
<ItemGroup>
@@ -33,8 +34,8 @@
3334
<None Include="$(OutputPath)\Mappit.Core.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
3435
<None Include="$(OutputPath)\Mappit.Core.dll" Pack="true" PackagePath="lib\netstandard2.0" Visible="false" />
3536
<None Include="$(OutputPath)\Mappit.Core.xml" Pack="true" PackagePath="lib\netstandard2.0" Visible="false" />
36-
<None Include="$(OutputPath)\Mappit.Core.dll" Pack="true" PackagePath="lib\net451" Visible="false" />
37-
<None Include="$(OutputPath)\Mappit.Core.xml" Pack="true" PackagePath="lib\net451" Visible="false" />
37+
<None Include="$(OutputPath)\Mappit.Core.dll" Pack="true" PackagePath="lib\net472" Visible="false" />
38+
<None Include="$(OutputPath)\Mappit.Core.xml" Pack="true" PackagePath="lib\net472" Visible="false" />
3839
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="" />
3940
<None Include="..\..\LICENSE" Link="LICENSE" Pack="true" PackagePath="" />
4041
</ItemGroup>

0 commit comments

Comments
 (0)