Convert CShells project references to package references in Workflows and Identity modules.

This commit is contained in:
Sipke Schoorstra 2026-02-19 22:10:02 +01:00
parent c51164f698
commit 3722c18114
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="AspNetCore.Authentication.ApiKey" />
<ProjectReference Include="..\..\..\..\cshells\src\CShells.FastEndpoints.Abstractions\CShells.FastEndpoints.Abstractions.csproj" />
<PackageReference Include="CShells.FastEndpoints.Abstractions" />
</ItemGroup>
<ItemGroup>

View file

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\cshells\src\CShells.FastEndpoints.Abstractions\CShells.FastEndpoints.Abstractions.csproj" />
<PackageReference Include="CShells.FastEndpoints.Abstractions" />
</ItemGroup>
<ItemGroup>