Skip to content

Commit

Permalink
Revert "IsTrimmable"
Browse files Browse the repository at this point in the history
This reverts commit 98d3d10.
  • Loading branch information
SimonCropp committed Feb 29, 2024
1 parent 98d3d10 commit 79784f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.114</version>
<version>1.0.113</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
4 changes: 2 additions & 2 deletions ProjectDefaults/build/ProjectDefaults.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!--
IDE0044: dont recommend private fields
-->
<NoWarn>$(NoWarn);IDE0044;CA1050;CA2255</NoWarn>
<NoWarn>$(NoWarn);IDE0044;CA1050</NoWarn>
<Nullable Condition="'$(Nullable)' != 'disable'">enable</Nullable>
<ImplicitUsings Condition="'$(ImplicitUsings)' == ''">enable</ImplicitUsings>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
Expand All @@ -23,7 +23,7 @@
<EditorConfigPath>$(MSBuildThisFileDirectory)../editorconfig.txt</EditorConfigPath>
<DotSettingsPath>$(MSBuildThisFileDirectory)../Shared.sln.DotSettings</DotSettingsPath>
<SolutionSettingsPath>$(MSBuildThisFileDirectory)../Solution.sln.DotSettings</SolutionSettingsPath>
<IsTrimmable Condition="'$(IsTrimmable)' == ''">true</IsTrimmable>
<NoWarn>$(NoWarn);CA2255</NoWarn>
</PropertyGroup>

<PropertyGroup
Expand Down

0 comments on commit 79784f1

Please sign in to comment.