Skip to content

Commit

Permalink
Update package version before final release check
Browse files Browse the repository at this point in the history
Update NuGet packages for demo sites
  • Loading branch information
vnbaaij committed Jul 17, 2022
1 parent 3815ae0 commit bdff9bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/FluentUI.Demo.Client/FluentUI.Demo.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.7" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
Expand Down
2 changes: 1 addition & 1 deletion examples/FluentUI.Demo.Shared/FluentUI.Demo.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.7" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<Title>Microsoft Fluent UI Components Library for Blazor on FAST</Title>
<Description>Authored by the Microsoft FAST team.</Description>
<SignAssembly>true</SignAssembly>
<PackageVersion>1.4.4</PackageVersion>
<ReleaseVersion>1.4.4</ReleaseVersion>
<PackageVersion>1.5.0</PackageVersion>
<ReleaseVersion>1.5.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit bdff9bd

Please sign in to comment.