Skip to content

Commit

Permalink
more defautls
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 13, 2024
1 parent f6aed72 commit 8872a89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectDefaults/ProjectDefaults.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectDefaults</id>
<version>1.0.143</version>
<version>1.0.144</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
4 changes: 3 additions & 1 deletion ProjectDefaults/build/ProjectDefaults.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
<DotSettingsPath>$(MSBuildThisFileDirectory)../Shared.sln.DotSettings</DotSettingsPath>
<SolutionSettingsPath>$(MSBuildThisFileDirectory)../Solution.sln.DotSettings</SolutionSettingsPath>
<PolyGuard>true</PolyGuard>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnforceCodeStyleInBuild Condition="$(EnforceCodeStyleInBuild) == ''">true</EnforceCodeStyleInBuild>
<TreatWarningsAsErrors Condition="$(TreatWarningsAsErrors) == ''">true</TreatWarningsAsErrors>
<ResolveAssemblyReferencesSilent Condition="$(ResolveAssemblyReferencesSilent) == ''">true</ResolveAssemblyReferencesSilent>
</PropertyGroup>

<PropertyGroup
Expand Down

0 comments on commit 8872a89

Please sign in to comment.