Skip to content

Commit

Permalink
Bump Dax.Vpax.Obfuscator version 0.3.3-beta (#11)
Browse files Browse the repository at this point in the history
Add package reference to `Dax.Vpax.Obfuscator` instead of using a project reference.
  • Loading branch information
albertospelta authored Feb 23, 2024
1 parent d4bcc96 commit ab23094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/Dax.Vpax.Obfuscator.CLI/Dax.Vpax.Obfuscator.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dax.Vpax.Obfuscator" />
<PackageReference Include="System.CommandLine" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Dax.Vpax.Obfuscator.Common\Dax.Vpax.Obfuscator.Common.csproj" />
<ProjectReference Include="..\Dax.Vpax.Obfuscator\Dax.Vpax.Obfuscator.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ItemGroup>
<PackageVersion Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageVersion Include="Dax.Vpax" Version="1.4.0" />
<PackageVersion Include="Dax.Vpax.Obfuscator" Version="0.3.3-beta" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<!-- Global package references -->
Expand Down

0 comments on commit ab23094

Please sign in to comment.