This commit is contained in:
Simon Lübeß
2025-05-20 16:58:17 +02:00
parent e2764bd984
commit aeb0b87351
8 changed files with 584 additions and 75 deletions

View File

@ -9,6 +9,7 @@
<SpaRoot>..\usentrycoach.client</SpaRoot>
<SpaProxyLaunchCommand>npm run dev</SpaProxyLaunchCommand>
<SpaProxyServerUrl>https://localhost:54044</SpaProxyServerUrl>
<LangVersion>13</LangVersion>
</PropertyGroup>
<ItemGroup>
@ -17,6 +18,7 @@
<Version>9.*-*</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="OpenAI" Version="2.2.0-beta.4" />
</ItemGroup>
<ItemGroup>