Skip to content

Commit

Permalink
outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
fegomes committed May 8, 2024
1 parent caa6779 commit 807cc55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IdentityServer7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageOutputPath>$(SolutionDir)$(Configuration)</PackageOutputPath>
<PackageOutputPath>$(OutDir)</PackageOutputPath>
<PackageId>Braspin.$(AssemblyName)</PackageId>
<Company>Braspin</Company>
<RepositoryType>git</RepositoryType>
Expand All @@ -14,6 +14,7 @@
<Title>nuget.org</Title>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 807cc55

Please sign in to comment.