Skip to content

Commit 8b085a1

Browse files
committed
fixed NuGet central package management compliance
1 parent dd61f63 commit 8b085a1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/1-stateful-prompts/AI.StatefulPrompts.Business/AI.StatefulPrompts.Business.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>
65
<Nullable>enable</Nullable>
76
</PropertyGroup>

src/1-stateful-prompts/AI.StatefulPrompts.WebUI/AI.StatefulPrompts.WebUI.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
54
<Nullable>enable</Nullable>
65
<ImplicitUsings>enable</ImplicitUsings>
76
</PropertyGroup>
87

98
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3"/>
9+
<PackageReference Include="Microsoft.AspNetCore.OpenApi"/>
1110
</ItemGroup>
1211

1312
<ItemGroup>

0 commit comments

Comments
 (0)