File tree 7 files changed +22
-18
lines changed
BlazorSRRDemo/BlazorSRRDemo
7 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup .NET
20
20
uses : actions/setup-dotnet@v3
21
21
with :
22
- dotnet-version : 8 .0.x
22
+ dotnet-version : 9 .0.x
23
23
- name : Restore dependencies
24
24
run : dotnet restore
25
25
- name : Install .NET WASM Build Tools
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
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 =" ..\..\Demos.Core\Demos.Core.csproj" />
11
11
<ProjectReference Include =" ..\..\SignaturePad\SignaturePad.csproj" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8 .0.6 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9 .0.0 " />
13
13
</ItemGroup >
14
14
15
15
<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 >
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
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8 .0.6 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8 .0.6 " PrivateAssets =" all" />
12
- <PackageReference Include =" PublishSPAforGitHubPages.Build" Version =" 2.2 .0" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0 " PrivateAssets =" all" />
12
+ <PackageReference Include =" PublishSPAforGitHubPages.Build" Version =" 3.0 .0" />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Razor" >
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
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8 .0.6 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9 .0.0 " />
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 >
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
+ <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
- <Version >8.1.5 </Version >
7
+ <Version >9.0.0 </Version >
8
8
<Description >A simple to use blazor component to draw a signature.</Description >
9
- <Copyright >2023</Copyright >
9
+ <Copyright >2023 - 2024 </Copyright >
10
10
<RepositoryUrl >https://github.com/MarvinKlein1508/SignaturePad</RepositoryUrl >
11
11
<RepositoryType >git</RepositoryType >
12
12
<PackageTags >unterschrift, signature</PackageTags >
34
34
<SupportedPlatform Include =" browser" />
35
35
</ItemGroup >
36
36
37
- <ItemGroup >
38
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.6" />
37
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
38
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.11" />
39
+ </ItemGroup >
40
+
41
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
42
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.0" />
39
43
</ItemGroup >
40
44
41
45
</Project >
You can’t perform that action at this time.
0 commit comments