Skip to content

Commit

Permalink
⬆ chore: bump Masa.Blazor from 1.4.0 to 1.5.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed May 7, 2024
1 parent e0eb622 commit a452479
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/Content/BlazorEmptyServer/BlazorEmptyServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Content/BlazorEmptyWasm/BlazorEmptyWasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
<!--#if(net6.0) -->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.*" PrivateAssets="all" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Content/BlazorPhotino/BlazorPhotino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Photino.Blazor" Version="2.5.0" />
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Content/BlazorProServer/BlazorProServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Content/BlazorProWasm/BlazorProWasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
<!--#if(net8.0)-->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.*" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Content/BlazorServer/BlazorServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Content/BlazorWasm/BlazorWasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
<!--#if(net8.0)-->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.*" PrivateAssets="all" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<!--#if (SampleContent && !InteractiveAtRoot) -->
<PackageReference Include="BlazorPageScript" Version="1.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Content/BlazorWeb/BlazorWebApp/BlazorWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!--#if (!UseWebAssembly) -->
<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
<!--#if (SampleContent && !InteractiveAtRoot) -->
<PackageReference Include="BlazorPageScript" Version="1.0.0" />
<!--#endif -->
Expand Down
2 changes: 1 addition & 1 deletion src/Content/BlazorWinform/BlazorWinform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="7.0.86" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Content/BlazorWpf/BlazorWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Masa.Blazor" Version="1.4.*" />
<PackageReference Include="Masa.Blazor" Version="1.5.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="7.0.81" />
</ItemGroup>

Expand Down

0 comments on commit a452479

Please sign in to comment.