File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 4
4
<AspNetCoreVersion >5.0.*</AspNetCoreVersion >
5
5
<EFCoreVersion >5.0.*</EFCoreVersion >
6
6
<NpgsqlPostgreSQLVersion >5.0.*</NpgsqlPostgreSQLVersion >
7
+ <SwashbuckleVersion >6.1.*</SwashbuckleVersion >
7
8
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
8
9
</PropertyGroup >
9
10
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
- <TargetFramework >net5.0 </TargetFramework >
3
+ <TargetFramework >$(NetCoreAppVersion) </TargetFramework >
5
4
</PropertyGroup >
6
5
7
6
<ItemGroup >
8
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.2.1 " />
9
- <PackageReference Include =" Swashbuckle.AspNetCore.Annotations" Version =" 6.2.1 " />
10
- <PackageReference Include =" Swashbuckle.AspNetCore.Newtonsoft" Version =" 6.2.1 " />
7
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" $(SwashbuckleVersion) " />
8
+ <PackageReference Include =" Swashbuckle.AspNetCore.Annotations" Version =" $(SwashbuckleVersion) " />
9
+ <PackageReference Include =" Swashbuckle.AspNetCore.Newtonsoft" Version =" $(SwashbuckleVersion) " />
11
10
</ItemGroup >
12
11
13
12
<ItemGroup >
14
13
<ProjectReference Include =" ..\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
15
14
</ItemGroup >
16
-
17
15
</Project >
Original file line number Diff line number Diff line change 21
21
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
22
22
</ItemGroup >
23
23
24
- <ItemGroup >
25
- <None Remove =" openapi.json" />
26
- </ItemGroup >
27
-
28
24
<ItemGroup >
29
25
<EmbeddedResource Include =" openapi.json" />
30
26
</ItemGroup >
You can’t perform that action at this time.
0 commit comments