File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >net8.0</TargetFramework >
5
- <Nullable >enable</Nullable >
6
- <ImplicitUsings >enable</ImplicitUsings >
7
- </PropertyGroup >
8
-
9
- <ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.4 " />
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.5" />
12
- <PackageReference Include =" NSwag.AspNetCore" Version =" 14.0.7" />
13
- </ItemGroup >
14
-
15
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net8.0</TargetFramework >
5
+ <Nullable >enable</Nullable >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.5 " />
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.5" />
12
+ <PackageReference Include =" NSwag.AspNetCore" Version =" 14.0.7" />
13
+ </ItemGroup >
14
+
15
+ </Project >
You can’t perform that action at this time.
0 commit comments