Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 519687d

Browse filesBrowse files
committed
updated to Roslyn 3.0.0-beta2-final
1 parent cf01f70 commit 519687d
Copy full SHA for 519687d

File tree

4 files changed

+5
-5
lines changed
Filter options

4 files changed

+5
-5
lines changed

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

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Dotnet.Script.Core.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.10.0" />
36+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.0.0-beta2-final" />
3737
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
38-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
38+
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
3939
<PackageReference Include="ReadLine" Version="2.0.1" />
4040
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
4141
<PackageReference Include="System.Reflection.Metadata" Version="1.6.0" />

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

Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel.Nuget/Dotnet.Script.DependencyModel.NuGet.csproj
+1-1Lines 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.10.0" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.0.0-beta2-final" />
1818
</ItemGroup>
1919
</Project>

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

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Extras/Dotnet.Script.Extras.csproj
+1-1Lines 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.10.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.0.0-beta2-final" />
1616
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
1717
</ItemGroup>
1818

‎src/Dotnet.Script/Dotnet.Script.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script/Dotnet.Script.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<LangVersion>latest</LangVersion>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.0.0-beta2-final" />
2626
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.1" />
2828
</ItemGroup>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.