diff --git a/demo/Blackholio/server-csharp/StdbModule.csproj b/demo/Blackholio/server-csharp/StdbModule.csproj index b2157af465..155fa48c5c 100644 --- a/demo/Blackholio/server-csharp/StdbModule.csproj +++ b/demo/Blackholio/server-csharp/StdbModule.csproj @@ -1,56 +1,21 @@ - net8.0 - + net10.0 wasi-wasm enable enable + + true + true + false + + https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json;https://api.nuget.org/v3/index.json;$(RestoreAdditionalProjectSources) $(NoWarn);CS8981;IDE1006 - - net10.0 - $(DefineConstants);EXPERIMENTAL_WASM_AOT - - - - - true - true - false - - - - - <_OriginalIlcSdkPath>$(IlcSdkPath) - <_WasiRuntimeOverlayDir>$(IntermediateOutputPath)native-hidden-no-wit\ - - - - <_WasiRuntimeOverlaySource Include="$(IlcFrameworkNativePath)**\*" Exclude="$(IlcFrameworkNativePath)**\*.wit" /> - - - - - - - - $(_WasiRuntimeOverlayDir) - $(_OriginalIlcSdkPath) - - - - diff --git a/docs/test-csharp-snippets/TestProcedures.csproj b/docs/test-csharp-snippets/TestProcedures.csproj index 66483de944..357366761d 100644 --- a/docs/test-csharp-snippets/TestProcedures.csproj +++ b/docs/test-csharp-snippets/TestProcedures.csproj @@ -1,6 +1,6 @@ - net8.0 + net10.0 enable enable true diff --git a/modules/Directory.Build.props b/modules/Directory.Build.props index e66478ad22..b20c977f91 100644 --- a/modules/Directory.Build.props +++ b/modules/Directory.Build.props @@ -1,11 +1,7 @@ - - - StdbModule - net8.0 - net10.0 + net10.0 wasi-wasm enable enable @@ -15,4 +11,12 @@ $(NoWarn);CS8981;IDE1006 + + + + + + + + diff --git a/sdks/csharp/examples~/regression-tests/republishing/server-republish/StdbModule.csproj b/sdks/csharp/examples~/regression-tests/republishing/server-republish/StdbModule.csproj index ea4bec89e9..b0130f796c 100644 --- a/sdks/csharp/examples~/regression-tests/republishing/server-republish/StdbModule.csproj +++ b/sdks/csharp/examples~/regression-tests/republishing/server-republish/StdbModule.csproj @@ -10,7 +10,7 @@ true false - https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json;https://api.nuget.org/v3/index.json + https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json;https://api.nuget.org/v3/index.json;$(RestoreAdditionalProjectSources)