|
4 | 4 | <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | | - <Version>0.0.2</Version> |
| 7 | + <Version>1.0.0</Version> |
8 | 8 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
9 | 9 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
10 | 10 | <EmbedAllSources>true</EmbedAllSources> |
|
21 | 21 | <PackageTags>Blazor;BlazorWebAssembly;MatrixLEDDisplay;BLE;Bluetooth;WebBrowser</PackageTags> |
22 | 22 | </PropertyGroup> |
23 | 23 |
|
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 | | - |
30 | 24 | <ItemGroup> |
31 | 25 | <None Include="Assets\icon-128.png" Pack="true" PackagePath="\" /> |
32 | 26 | <None Include="..\README.md" Pack="true" PackagePath="\" /> |
33 | 27 | <None Include="..\LICENSE.txt" Pack="true" PackagePath="\" /> |
34 | 28 | </ItemGroup> |
35 | 29 |
|
36 | 30 | <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" /> |
60 | 33 | </ItemGroup> |
61 | 34 |
|
62 | 35 | <ItemGroup> |
|
0 commit comments