Skip to content

Commit e9accf0

Browse files
committed
Update package references to version 3.0.13
Updated `SimpleAuthentication.Swashbuckle.csproj` to use `SimpleAuthenticationTools.Abstractions` version 3.0.13. Added `SimpleAuthenticationTools.Abstractions` version 3.0.13 to `SimpleAuthentication.csproj`. Removed direct project reference to `SimpleAuthentication.Abstractions` in favor of package dependency.
1 parent c8163e9 commit e9accf0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.12" />
35+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.13" />
3636
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="9.0.6" />
3737
</ItemGroup>
3838

src/SimpleAuthentication/SimpleAuthentication.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.10" />
3535
</ItemGroup>
3636

37+
<ItemGroup>
38+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.13" />
39+
</ItemGroup>
40+
3741
<ItemGroup>
3842
<None Include="..\..\Toolbox.png">
3943
<Pack>True</Pack>
4044
<PackagePath></PackagePath>
4145
</None>
4246
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
4347
</ItemGroup>
44-
45-
<ItemGroup>
46-
<ProjectReference Include="..\SimpleAuthentication.Abstractions\SimpleAuthentication.Abstractions.csproj" />
47-
</ItemGroup>
4848

4949
</Project>

0 commit comments

Comments
 (0)