File tree 4 files changed +7
-7
lines changed
BlazorSRRDemo/BlazorSRRDemo
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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.2 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.6 " />
13
13
</ItemGroup >
14
14
15
15
</Project >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.2 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.2 " PrivateAssets =" all" />
12
- <PackageReference Include =" PublishSPAforGitHubPages.Build" Version =" 2.1.1 " />
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 " />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.2 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.6 " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
- <Version >8.0.0 </Version >
7
+ <Version >8.0.6 </Version >
8
8
<Description >A simple to use blazor component to draw a signature.</Description >
9
9
<Copyright >2023</Copyright >
10
10
<RepositoryUrl >https://github.com/MarvinKlein1508/SignaturePad</RepositoryUrl >
35
35
</ItemGroup >
36
36
37
37
<ItemGroup >
38
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.2 " />
38
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.6 " />
39
39
</ItemGroup >
40
40
41
41
</Project >
You can’t perform that action at this time.
0 commit comments