Skip to content

Commit

Permalink
fixed base output path
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Nov 22, 2023
1 parent e8fc6a0 commit c80ccf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VL.Augmenta.vl
Original file line number Diff line number Diff line change
Expand Up @@ -1720,9 +1720,9 @@
</Patch>
<NugetDependency Id="Ko9OqCOVyY7Pz8mbJrOqb0" Location="VL.CoreLib" Version="2023.5.3-0318-ge9c919c4d8" />
<NugetDependency Id="JTr0I52YsldN8CR16XnNgR" Location="VL.IO.TUIO" Version="1.1.0" />
<NugetDependency Id="LNWtnLbMR5AL2TniuNTn5F" Location="VL.IO.OSC" Version="1.0.21" />
<NugetDependency Id="LNWtnLbMR5AL2TniuNTn5F" Location="VL.IO.OSC" Version="1.0.22" />
<NugetDependency Id="Ao1zrWgDhBZLgscyWPEWz4" Location="VL.IO.WebSocket" Version="0.7.0-alpha" />
<PlatformDependency Id="A3yNDUsxP17OAFoKrgPZbl" Location="./lib/Debug/net6.0/Augmenta.dll" />
<PlatformDependency Id="A3yNDUsxP17OAFoKrgPZbl" Location="./lib/net6.0/Augmenta.dll" />
<NugetDependency Id="R2BlmZDlkLrPgzs7NGcIfm" Location="VL.Augmenta" Version="0.0.0" />
<PlatformDependency Id="Nc1YPzeJBJjMv5TaTZ0GyG" Location="System.Memory" />
</Document>
2 changes: 1 addition & 1 deletion src/Augmenta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath>..\lib</BaseOutputPath>
<OutputPath>..\lib</OutputPath>
</PropertyGroup>

</Project>

0 comments on commit c80ccf8

Please sign in to comment.