Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Mar 8, 2024
1 parent b38a338 commit 0b69a5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Blazor/Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<NuspecProperties>id=$(PackageId);version=$(Version);title=$(Title);authors=$(Authors);projecturl=$(PackageProjectUrl);description=$(Description);tags=$(PackageTags);repositoryurl=$(RepositoryUrl);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Blazor/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Generators.Blazor</PackageId>
<Version>1.14.14</Version>
<Version>1.14.15</Version>
</PropertyGroup>
<!--Self Include-->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests_Blazor/Tests_Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
Expand Down

0 comments on commit 0b69a5d

Please sign in to comment.