Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57a9183

Browse files
committed
fixup! Move git_reference to the template
1 parent b55cd1c commit 57a9183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
2627
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2728
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2829
<DocumentationFile>bin\Debug\LibGit2Sharp.xml</DocumentationFile>
@@ -35,6 +36,7 @@
3536
<ErrorReport>prompt</ErrorReport>
3637
<WarningLevel>4</WarningLevel>
3738
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
39+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3840
<DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
3941
</PropertyGroup>
4042
<ItemGroup>

0 commit comments

Comments
 (0)