File tree Expand file tree Collapse file tree 7 files changed +23
-23
lines changed
MetaMask.Blazor.SampleApp
Metamask.Blazor.SampleWebApp
Metamask.Blazor.SampleWebApp.Client
Metamask.Blazor.SampleWebApp Expand file tree Collapse file tree 7 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 12
12
- name : Setup .NET Core
13
13
uses : actions/setup-dotnet@v3
14
14
with :
15
- dotnet-version : 8 .0.x
15
+ dotnet-version : 9 .0.x
16
16
- name : Build with dotnet
17
17
run : dotnet build --configuration Release
Original file line number Diff line number Diff line change 14
14
- name : Setup dotnet
15
15
uses : actions/setup-dotnet@v3
16
16
with :
17
- dotnet-version : 8 .0.x
17
+ dotnet-version : 9 .0.x
18
18
- name : Build with dotnet
19
19
run : dotnet build --configuration Release
20
20
- name : Publish Website
Original file line number Diff line number Diff line change 13
13
- name : Setup dotnet
14
14
uses : actions/setup-dotnet@v3
15
15
with :
16
- dotnet-version : 8 .0.x
16
+ dotnet-version : 9 .0.x
17
17
18
18
- name : Setup MSBuild Path
19
19
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<WarningsAsErrors >nullable</WarningsAsErrors >
7
7
<BlazorEnableTimeZoneSupport >false</BlazorEnableTimeZoneSupport >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8 .0.8 " />
14
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8 .0.8 " PrivateAssets =" all" />
15
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.1 " />
16
- <PackageReference Include =" Nethereum.ABI" Version =" 4.21.4 " />
17
- <PackageReference Include =" Nethereum.Web3" Version =" 4.21.4 " />
18
- <PackageReference Include =" System.Net.Http.Json" Version =" 8 .0.0" />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0 " PrivateAssets =" all" />
15
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.0 " />
16
+ <PackageReference Include =" Nethereum.ABI" Version =" 4.26.0 " />
17
+ <PackageReference Include =" Nethereum.Web3" Version =" 4.26.0 " />
18
+ <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.0" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<WarningsAsErrors >nullable</WarningsAsErrors >
7
7
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8
8
<IncludeSymbols >True</IncludeSymbols >
9
9
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
10
10
<Authors >Michiel Post</Authors >
11
- <Version >1.10 .0</Version >
11
+ <Version >1.11 .0</Version >
12
12
<Product >MetaMask.Blazor</Product >
13
13
<PackageProjectUrl >https://github.com/michielpost/MetaMask.Blazor</PackageProjectUrl >
14
14
<RepositoryUrl >https://github.com/michielpost/MetaMask.Blazor</RepositoryUrl >
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8 .0.8 " />
27
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.1 " />
28
- <PackageReference Include =" Nethereum.ABI" Version =" 4.21.4 " />
29
- <PackageReference Include =" Nethereum.RPC" Version =" 4.21.4 " />
26
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9 .0.0 " />
27
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.0 " />
28
+ <PackageReference Include =" Nethereum.ABI" Version =" 4.26.0 " />
29
+ <PackageReference Include =" Nethereum.RPC" Version =" 4.26.0 " />
30
30
</ItemGroup >
31
31
32
32
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
<NoDefaultLaunchSettingsFile >true</NoDefaultLaunchSettingsFile >
8
8
<StaticWebAssetProjectMode >Default</StaticWebAssetProjectMode >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8 .0.8 " />
13
- <PackageReference Include =" Nethereum.ABI" Version =" 4.21.4 " />
14
- <PackageReference Include =" Nethereum.Web3" Version =" 4.21.4 " />
15
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8 .0.8 " PrivateAssets =" all" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0 " />
13
+ <PackageReference Include =" Nethereum.ABI" Version =" 4.26.0 " />
14
+ <PackageReference Include =" Nethereum.Web3" Version =" 4.26.0 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0 " PrivateAssets =" all" />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\Metamask.Blazor.SampleWebApp.Client\Metamask.Blazor.SampleWebApp.Client.csproj" />
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8 .0.8 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9 .0.0 " />
12
12
</ItemGroup >
13
13
14
14
</Project >
You can’t perform that action at this time.
0 commit comments