Skip to content

Commit

Permalink
Removed unused satellite resource assemblies and Microsoft.Windows.Co…
Browse files Browse the repository at this point in the history
…mpatibility references.
  • Loading branch information
menees committed Jan 21, 2022
1 parent 6cb246e commit 70f147b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<NeutralLanguage>en-US</NeutralLanguage>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Authors>Bill Menees</Authors>
<PackageProjectUrl>http:https://www.menees.com</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -23,7 +24,7 @@
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>

<!-- Make the assembly, file, and NuGet package versions the same. -->
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
2 changes: 1 addition & 1 deletion src/WorkBreak/WorkBreak.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Menees.Windows.Forms" Version="5.0.0" />
<PackageReference Include="Menees.Windows.Forms" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 70f147b

Please sign in to comment.