Skip to content

Commit 592339a

Browse files
authored
Merge pull request #171 from marcominerva/develop
Switch to NuGet package for Abstractions
2 parents f2b89d1 + f7302b4 commit 592339a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-
<ProjectReference Include="..\SimpleAuthentication.Abstractions\SimpleAuthentication.Abstractions.csproj" />
35+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.1.3" />
3636
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="9.0.6" />
3737
</ItemGroup>
3838

src/SimpleAuthentication/SimpleAuthentication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<ProjectReference Include="..\SimpleAuthentication.Abstractions\SimpleAuthentication.Abstractions.csproj" />
38+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.1.3" />
3939
</ItemGroup>
4040

4141
<ItemGroup>
@@ -45,5 +45,5 @@
4545
</None>
4646
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
4747
</ItemGroup>
48-
48+
4949
</Project>

0 commit comments

Comments
 (0)