feat: Add net8 support for wasm
This enhances threading support
This commit is contained in:
Родитель
738308291a
Коммит
38ea72baef
|
@ -37,9 +37,9 @@ jobs:
|
|||
|
||||
WebAssembly:
|
||||
ProjectToBuild: '$(build.sourcesdirectory)/src/Uno.Extensions.Logging.WebAssembly.Console/Uno.Extensions.Logging.WebAssembly.Console.csproj'
|
||||
DotNetVersion: 7.0.102
|
||||
UnoCheck.Version: '1.11.0-dev.2'
|
||||
UnoCheck.Manifest: https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui.manifest.json
|
||||
DotNetVersion: 8.0.300
|
||||
UnoCheck.Version: '1.24.0'
|
||||
UnoCheck.Manifest: https://raw.githubusercontent.com/unoplatform/uno.check/089f7fd18603415d1293d46922d43811b27a9f17/manifests/uno.ui.manifest.json
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="MSBuild.Sdk.Extras">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;net5.0;net7.0</TargetFrameworks>
|
||||
<TargetFrameworks>netstandard2.0;net5.0;net7.0;net8.0</TargetFrameworks>
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
|
|
Загрузка…
Ссылка в новой задаче