We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61f63 commit 8b085a1Copy full SHA for 8b085a1
src/1-stateful-prompts/AI.StatefulPrompts.Business/AI.StatefulPrompts.Business.csproj
@@ -1,7 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net9.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
</PropertyGroup>
src/1-stateful-prompts/AI.StatefulPrompts.WebUI/AI.StatefulPrompts.WebUI.csproj
@@ -1,13 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
8
9
<ItemGroup>
10
- <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3"/>
+ <PackageReference Include="Microsoft.AspNetCore.OpenApi"/>
11
</ItemGroup>
12
13
0 commit comments