Skip to content

Commit 204bcf9

Browse files
committed
reorder csproj
1 parent e80478d commit 204bcf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/JsonApiDotNetCore.OpenApi/JsonApiDotNetCore.OpenApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="Swashbuckle.AspNetCore" Version="$(SwashbuckleVersion)" />
8-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="$(SwashbuckleVersion)" />
9-
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="$(SwashbuckleVersion)" />
7+
<ProjectReference Include="..\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
108
</ItemGroup>
119

1210
<ItemGroup>
13-
<ProjectReference Include="..\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="$(SwashbuckleVersion)" />
12+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="$(SwashbuckleVersion)" />
13+
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="$(SwashbuckleVersion)" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)