Skip to content

Commit

Permalink
Discard changes to src/Riverside.JsonBinder.Console/Riverside.JsonBin…
Browse files Browse the repository at this point in the history
…der.Console.csproj
  • Loading branch information
Lamparter authored Feb 2, 2025
1 parent a5e09aa commit 1a80aec
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -12,11 +12,7 @@
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Condition="'$(Configuration)' == 'Debug'" Include="..\Riverside.JsonBinder\Riverside.JsonBinder.csproj" />
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="Riverside.JsonBinder" Version="$(DisplayVersion)" />
<PackageReference Include="Riverside.JsonBinder" Version="$(DisplayVersion)" />
</ItemGroup>

</Project>

0 comments on commit 1a80aec

Please sign in to comment.