Skip to content

Commit

Permalink
Merge pull request #101 from JensKrumsieck/dependabot/nuget/Microsoft…
Browse files Browse the repository at this point in the history
….AspNetCore.ClientAssets-0.1.0-alpha.23330.1

Bump Microsoft.AspNetCore.ClientAssets from 0.1.0-alpha.21528.2 to 0.1.0-alpha.23330.1
  • Loading branch information
JensKrumsieck committed Oct 3, 2023
2 parents 43752b5 + 4811023 commit 808002e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChemSharp.Molecules.Blazor/ChemSharp.Molecules.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<PackageId>ChemSharp.Molecules.Blazor</PackageId>
<Description>Blazor Extension for ChemSharp.Molecules</Description>
Expand All @@ -16,7 +16,7 @@
<Content Update="assets\**" Pack="false"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.ClientAssets" Version="0.1.0-alpha.21528.2"/>
<PackageReference Include="Microsoft.AspNetCore.ClientAssets" Version="0.1.0-alpha.23330.1"/>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.20" Condition="'$(TargetFramework)' == 'net6.0'"/>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.20" Condition="'$(TargetFramework)' == 'net6.0'"/>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="7.0.9" Condition="'$(TargetFramework)' == 'net7.0'"/>
Expand Down

0 comments on commit 808002e

Please sign in to comment.