Skip to content

Commit 769cc28

Browse files
committed
Update NuGet packages to fix the build
1 parent 6e570a5 commit 769cc28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Brainf_ckSharp.Uwp.Controls.Ide/Brainf_ckSharp.UWP.Controls.Ide.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</ItemGroup>
165165
<ItemGroup>
166166
<PackageReference Include="CommunityToolkit.Uwp.Animations">
167-
<Version>8.1.240821</Version>
167+
<Version>8.1.240916</Version>
168168
</PackageReference>
169169
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
170170
<Version>6.2.14</Version>

src/Brainf_ckSharp.Uwp/Brainf_ckSharp.Uwp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@
382382
<Version>0.1.240911-build.1751</Version>
383383
</PackageReference>
384384
<PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives">
385-
<Version>8.1.240821</Version>
385+
<Version>8.1.240916</Version>
386386
</PackageReference>
387387
<PackageReference Include="CommunityToolkit.Uwp.Converters">
388-
<Version>8.1.240821</Version>
388+
<Version>8.1.240916</Version>
389389
</PackageReference>
390390
<PackageReference Include="CommunityToolkit.Uwp.Media">
391-
<Version>8.1.240821</Version>
391+
<Version>8.1.240916</Version>
392392
</PackageReference>
393393
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
394394
<Version>8.0.0</Version>

src/GitHub/GitHub.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="all" />
9-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
9+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)