Skip to content

Commit

Permalink
make authtokengenerator publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
glucaci committed Apr 22, 2024
1 parent c513bb2 commit 9ca48db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Server/src/AuthTokenGenerator/AuthTokenGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>IdOps.AuthTokenGenerator</AssemblyName>
<AssemblyName>IdOps.Server.AuthTokenGenerator</AssemblyName>
<PackageId>IdOps.Server.AuthTokenGenerator</PackageId>
<IsPackable>true</IsPackable>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 9ca48db

Please sign in to comment.