We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b813a2 + fda78cf commit c2c0b42Copy full SHA for c2c0b42
1 file changed
src/SimpleAuthentication/SimpleAuthentication.csproj
@@ -31,6 +31,7 @@
31
</ItemGroup>
32
33
<ItemGroup>
34
+ <PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="2.0.3" />
35
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
36
37
@@ -42,8 +43,4 @@
42
43
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
44
45
- <ItemGroup>
46
- <ProjectReference Include="..\SimpleAuthentication.Abstractions\SimpleAuthentication.Abstractions.csproj" />
47
- </ItemGroup>
48
-
49
</Project>
0 commit comments