File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Swashbuckle.Rebase.Extensions Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
5- <Authors >Will Axtell</Authors >
6- <Description >Rebase your API paths at Swashbuckle preserialization</Description >
7- <PackageProjectUrl >https://github.com/waxtell/Swashbuckle.Rebase.Extensions</PackageProjectUrl >
8- <RepositoryUrl >https://github.com/waxtell/Swashbuckle.Rebase.Extensions.git</RepositoryUrl >
9- <RepositoryType >git</RepositoryType >
10- <PackageTags >Swashbuckle basepath preserialization</PackageTags >
11- <PackageReleaseNotes >
12- 2.0.0 - Target net8.0 and Swashbuckle.AspNetCore 10.1.0
13- 1.0.0 - Initial release
14- </PackageReleaseNotes >
15-
16- <Version >2.0.0</Version >
17- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >net8.0</TargetFramework >
5+ <Authors >Will Axtell</Authors >
6+ <Description >Rebase your API paths at Swashbuckle preserialization</Description >
7+ <PackageProjectUrl >https://github.com/waxtell/Swashbuckle.Rebase.Extensions</PackageProjectUrl >
8+ <RepositoryUrl >https://github.com/waxtell/Swashbuckle.Rebase.Extensions.git</RepositoryUrl >
9+ <RepositoryType >git</RepositoryType >
10+ <PackageTags >Swashbuckle basepath preserialization</PackageTags >
11+ <PackageReleaseNotes >
12+ 2.0.0 - Target net8.0 and Swashbuckle.AspNetCore 10.1.0
13+ 1.0.0 - Initial release
14+ </PackageReleaseNotes >
1815
19- <ItemGroup >
20- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.1.0" />
21- </ItemGroup >
16+ <Version >2.0.0</Version >
17+ </PropertyGroup >
18+
19+ <ItemGroup >
20+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.1.0" />
21+ </ItemGroup >
2222
2323</Project >
You can’t perform that action at this time.
0 commit comments