Skip to content

Commit

Permalink
Dependency Updates
Browse files Browse the repository at this point in the history
AlexHedley committed Dec 23, 2024
1 parent a148073 commit a5e4b43
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Blashing.Client/Blashing.Client.csproj
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.45" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.51" />
</ItemGroup>

<ItemGroup>
8 changes: 4 additions & 4 deletions src/Blashing.Core.Tests/Blashing.Core.Tests.csproj
Original file line number Diff line number Diff line change
@@ -11,12 +11,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="bunit" Version="1.29.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="bunit" Version="1.37.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
7 changes: 6 additions & 1 deletion src/Blashing.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
@@ -11,6 +10,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blashing.Core.Tests", "Blas
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blashing.Client", "Blashing.Client\Blashing.Client.csproj", "{77BD090A-0069-4437-A6DF-AF0E802EF36C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{5FC49982-D13C-47B9-A1D7-933224EF09E5}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\build-test.yml = ..\.github\workflows\build-test.yml
..\.github\workflows\deploy-site.yml = ..\.github\workflows\deploy-site.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU

0 comments on commit a5e4b43

Please sign in to comment.