Skip to content

Commit 1a80aec

Browse files
authored
Discard changes to src/Riverside.JsonBinder.Console/Riverside.JsonBinder.Console.csproj
1 parent a5e09aa commit 1a80aec

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -12,11 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1414
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
15-
</ItemGroup>
16-
17-
<ItemGroup>
18-
<ProjectReference Condition="'$(Configuration)' == 'Debug'" Include="..\Riverside.JsonBinder\Riverside.JsonBinder.csproj" />
19-
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="Riverside.JsonBinder" Version="$(DisplayVersion)" />
15+
<PackageReference Include="Riverside.JsonBinder" Version="$(DisplayVersion)" />
2016
</ItemGroup>
2117

2218
</Project>

0 commit comments

Comments
 (0)