Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed Jun 6, 2024
1 parent 24bdbc8 commit 368443d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Bluehill.Hangul/Bluehill.Hangul.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Version>2.1-beta.1</Version>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\bluehill.snk</AssemblyOriginatorKeyFile>
<NoWarn>$(NoWarn);0436;CA1510;IDE0056</NoWarn>
<NoWarn>$(NoWarn);0436</NoWarn>
</PropertyGroup>
<ItemGroup>
<Using Include="System.Diagnostics.CodeAnalysis" />
Expand Down
2 changes: 2 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Bluehill.Blazor" Version="0.6.0" />
Expand Down

0 comments on commit 368443d

Please sign in to comment.