Skip to content

Commit

Permalink
Updated nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed May 24, 2023
1 parent f6224db commit b4cd8ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions samples/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.0.2">
<Project Sdk="Godot.NET.Sdk/4.0.3">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.999-cibuild0035131-beta" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.999-cibuild0035131-beta" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.999-cibuild0035348-beta" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.999-cibuild0035348-beta" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/JLeb.Estragonia/JLeb.Estragonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GodotSharp" Version="4.0.2" />
<PackageReference Include="Avalonia.Skia" Version="11.0.999-cibuild0035131-beta" />
<PackageReference Include="GodotSharp" Version="4.0.3" />
<PackageReference Include="Avalonia.Skia" Version="11.0.999-cibuild0035348-beta" />
</ItemGroup>

<!--
Expand Down

0 comments on commit b4cd8ca

Please sign in to comment.