Skip to content

Commit f345339

Browse files
committed
Roslyn 2.8.0
1 parent 9bced12 commit f345339

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Dotnet.Script.Core/Dotnet.Script.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.7.0" />
34+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.8.0" />
3535
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.0.4" />
3636
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
3737
<PackageReference Include="System.Collections.Immutable" Version="1.4.0" />

src/Dotnet.Script.DependencyModel.Nuget/Dotnet.Script.DependencyModel.NuGet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<Company>dotnet-script</Company>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.7.0" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.8.0" />
1818
</ItemGroup>
1919
</Project>

src/Dotnet.Script.Extras/Dotnet.Script.Extras.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.7.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.8.0" />
1616
<PackageReference Include="System.Collections.Immutable" Version="1.4.0" />
1717
</ItemGroup>
1818

src/Dotnet.Script/Dotnet.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IsPackable>true</IsPackable>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.7.0" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.0" />
2525
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
2626
</ItemGroup>
2727
<ItemGroup>

0 commit comments

Comments
 (0)