File tree 4 files changed +7
-7
lines changed
AspireShop/AspireShop.CatalogService
AspireWithJavaScript/AspireJavaScript.MinimalApi
DatabaseContainers/DatabaseContainers.ApiService
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
13
13
14
14
<ItemGroup >
15
15
<PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.14" />
16
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.3.1 " />
16
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 8.0.0 " />
17
17
<PackageReference Include =" Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 9.1.0" />
18
18
</ItemGroup >
19
19
Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.14" />
12
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.3.1 " />
12
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 8.0.0 " />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
16
16
<PackageReference Include =" Aspire.Npgsql" Version =" 9.1.0" />
17
17
<PackageReference Include =" Aspire.MySqlConnector" Version =" 9.1.0" />
18
18
<PackageReference Include =" Dapper" Version =" 2.1.66" />
19
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.3.1 " />
19
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 8.0.0 " />
20
20
</ItemGroup >
21
21
22
22
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
11
11
<PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.14" />
12
12
<PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.13" />
13
13
14
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.3.1 " />
14
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 8.0.0 " />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments