Skip to content

Commit 1e83820

Browse files
juanfiGronThork
andcommitted
🐛 fix: update package output path for Voxel.MiddyNet projects
Co-authored-by: Samu <[email protected]>
1 parent af4bf45 commit 1e83820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Voxel.MiddyNet.SSMMiddleware/Voxel.MiddyNet.SSMMiddleware.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageVersion>$(middynet)</PackageVersion>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<IncludeSymbols>true</IncludeSymbols>
11-
<PackageOutputPath>..\..\..\</PackageOutputPath>
11+
<PackageOutputPath>..\..\</PackageOutputPath>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

src/Voxel.MiddyNet/Voxel.MiddyNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageVersion>$(middynet)</PackageVersion>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<IncludeSymbols>true</IncludeSymbols>
11-
<PackageOutputPath>..\..\..\</PackageOutputPath>
11+
<PackageOutputPath>..\..\</PackageOutputPath>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)