Skip to content

Commit e7b0897

Browse files
update C# demo with latest nuget
1 parent 615f866 commit e7b0897

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

demo/ReadText.Demo/ReadText.Demo.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
<Externalconsole>true</Externalconsole>
3030
</PropertyGroup>
3131
<ItemGroup>
32-
<Reference Include="CommandLine, Version=2.0.251.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
33-
<HintPath>packages\CommandLineParser.2.0.251-beta\lib\net40\CommandLine.dll</HintPath>
34-
<Private>True</Private>
32+
<Reference Include="CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
33+
<HintPath>packages\CommandLineParser.2.1.1-beta\lib\net40\CommandLine.dll</HintPath>
3534
</Reference>
3635
<Reference Include="System" />
3736
<Reference Include="System.Core" />
@@ -45,7 +44,9 @@
4544
<Compile Include="Options.cs" />
4645
</ItemGroup>
4746
<ItemGroup>
48-
<None Include="packages.config" />
47+
<None Include="packages.config">
48+
<SubType>Designer</SubType>
49+
</None>
4950
</ItemGroup>
5051
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
5152
</Project>

demo/ReadText.Demo/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CommandLineParser" version="2.0.251-beta" targetFramework="net4" />
3+
<package id="CommandLineParser" version="2.1.1-beta" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)