Skip to content

Commit ba071da

Browse files
authored
Merge pull request marcominerva#134 from marcominerva/develop
Update libraries
2 parents 56c6c60 + 4703e6b commit ba071da

4 files changed

Lines changed: 4 additions & 89 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,4 @@ MigrationBackup/
351351

352352
/src/SimpleAuthentication/SimpleAuthentication.xml
353353
/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.xml
354+
/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.xml

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.2" />
35+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.3" />
3636
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.2.0" />
3737
</ItemGroup>
3838

src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.xml

Lines changed: 0 additions & 86 deletions
This file was deleted.

src/SimpleAuthentication/SimpleAuthentication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</ItemGroup>
3232

3333
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
34-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
34+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1" />
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.2" />
38+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.3" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

0 commit comments

Comments
 (0)