Skip to content

Commit d39a115

Browse files
Merge pull request #281 from IntelliTect/NugetUpgrades
2 parents 017bb6d + 0a3e172 commit d39a115

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/Chapter01/Listing01.13.AssignmentReturningAValueThatCanBeassignedAgain.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public static void Main()
1111
#region EXCLUDE
1212
System.Console.WriteLine(miracleMax);
1313
#endregion
14-
1514
}
1615
}
1716
#endregion

src/Chapter09.Tests/Chapter09.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Compile Include="..\Shared\CompilerAssert.cs" Link="CompilerAssert.cs" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.0.1" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.2.0" />
1111
</ItemGroup>
1212
<ItemGroup>
1313
<ProjectReference Include="..\Chapter09\Chapter09.csproj" />

src/Chapter09/Chapter09.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
<Link>Program.cs</Link>
99
</Compile>
1010
</ItemGroup>
11-
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
13-
</ItemGroup>
1411
</Project>

0 commit comments

Comments
 (0)