Skip to content

Commit

Permalink
Merge pull request #121 from VaclavElias/main
Browse files Browse the repository at this point in the history
fix: Fixes Nuget deployment
  • Loading branch information
VaclavElias authored Apr 2, 2024
2 parents fca4e91 + ee42082 commit 1742ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CommonSettings.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PackageIcon>nuget-icon.png</PackageIcon>
<Copyright>Stride Contributors</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateRuntimeConfigDevFile>true</GenerateRuntimeConfigDevFile>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pastel" Version="4.2.0" />
<PackageReference Include="Pastel" Version="5.0.0" />
<!--<PackageReference Include="System.Drawing.Common" Version="8.0.0" />-->
</ItemGroup>

Expand Down

0 comments on commit 1742ccb

Please sign in to comment.