Skip to content

Commit

Permalink
🆕 feat: upgrade Masa.Blazor to 1.0.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Jul 17, 2023
1 parent 54b3427 commit a73eac2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
</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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
<!--#if(net7.0)-->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!--#if(net7.0)-->
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.3" />
<!--#endif-->
<PackageReference Include="Masa.Blazor" Version="1.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
</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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
</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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
<!--#if(net7.0)-->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" 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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
</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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
<!--#if(net7.0)-->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all" />
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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
<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.0.0-rc.6" />
<PackageReference Include="Masa.Blazor" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="7.0.81" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Content/Framework/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<MASAFrameworkVersion>1.0.0-rc.2</MASAFrameworkVersion>
<MASABlazorVersion>1.0.0-rc.6</MASABlazorVersion>
<MASABlazorVersion>1.0.0</MASABlazorVersion>
</PropertyGroup>
</Project>

0 comments on commit a73eac2

Please sign in to comment.