Skip to content

Commit fd680bb

Browse files
committed
Dependendcy update
1 parent 5eccdcd commit fd680bb

2 files changed

Lines changed: 6 additions & 33 deletions

File tree

SpawnDev.MatrixLEDDisplay.Demo/SpawnDev.MatrixLEDDisplay.Demo.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.19" />
13-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.19" PrivateAssets="all" />
14-
<PackageReference Include="Radzen.Blazor" Version="7.3.1" />
12+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.22" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.22" PrivateAssets="all" />
14+
<PackageReference Include="Radzen.Blazor" Version="8.3.5" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

SpawnDev.MatrixLEDDisplay/SpawnDev.MatrixLEDDisplay.csproj

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>0.0.2</Version>
7+
<Version>1.0.0</Version>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<EmbedAllSources>true</EmbedAllSources>
@@ -21,42 +21,15 @@
2121
<PackageTags>Blazor;BlazorWebAssembly;MatrixLEDDisplay;BLE;Bluetooth;WebBrowser</PackageTags>
2222
</PropertyGroup>
2323

24-
<PropertyGroup>
25-
<!-- This projects wwwroot folder contents will be located in the implementing projects wwwroot instead of wwwroot/_content/... -->
26-
<!-- This is done to work around restrictions related to loading the WebTorrent ServiceWorker -->
27-
<StaticWebAssetBasePath Condition="$(StaticWebAssetBasePath) == ''">/</StaticWebAssetBasePath>
28-
</PropertyGroup>
29-
3024
<ItemGroup>
3125
<None Include="Assets\icon-128.png" Pack="true" PackagePath="\" />
3226
<None Include="..\README.md" Pack="true" PackagePath="\" />
3327
<None Include="..\LICENSE.txt" Pack="true" PackagePath="\" />
3428
</ItemGroup>
3529

3630
<ItemGroup>
37-
<PackageReference Include="SpawnDev.BlazorJS" Version="2.36.0" />
38-
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
39-
</ItemGroup>
40-
41-
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
42-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.36" />
43-
<PackageReference Include="System.Text.Json" Version="6.0.11" />
44-
</ItemGroup>
45-
46-
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
47-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.17" />
48-
<PackageReference Include="System.Text.Json" Version="8.0.6" />
49-
<!-- All 7.x are vulnerable -->
50-
</ItemGroup>
51-
52-
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
53-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.19" />
54-
<PackageReference Include="System.Text.Json" Version="8.0.6" />
55-
</ItemGroup>
56-
57-
<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
58-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.8" />
59-
<PackageReference Include="System.Text.Json" Version="9.0.8" />
31+
<PackageReference Include="SpawnDev.BlazorJS" Version="2.47.0" />
32+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
6033
</ItemGroup>
6134

6235
<ItemGroup>

0 commit comments

Comments
 (0)