We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919d858 commit 37c829cCopy full SHA for 37c829c
src/ChatGPT.UI.Browser/ChatGPT.UI.Browser.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net8.0-browser</TargetFramework>
4
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
5
<WasmMainJSPath>AppBundle\main.js</WasmMainJSPath>
6
<OutputType>Exe</OutputType>
0 commit comments