Skip to content

Commit

Permalink
nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyPatten committed Nov 12, 2023
1 parent a206dca commit 4909e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Projects/Maze/Maze.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<NoWarn>1701;1702;CA1050</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Towel" Version="1.0.30" />
<PackageReference Include="Towel" Version="1.0.40" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Projects/Website/Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AdditionalFiles Include="BannedSymbols.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.5" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-rc.2.23480.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0-rc.2.23480.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 4909e5e

Please sign in to comment.