Skip to content

Commit

Permalink
!license; !skip warnings on tests;
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejoslaw committed Dec 16, 2022
1 parent 4eef8cc commit 5bd89bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Negum.Core/Negum.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>The Negum Project</Authors>
<Copyright>MIT License</Copyright>
<PackageProjectUrl>https://github.com/TheNegumProject/Negum.Core</PackageProjectUrl>
<PackageLicense>https://github.com/TheNegumProject/Negum.Core</PackageLicense>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/TheNegumProject/Negum.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5bd89bf

Please sign in to comment.