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 b5ce1af

Browse filesBrowse files
authored
Merge pull request #595 from filipw/feature/roslyn-3.8.0
updated to Roslyn 3.8.0
2 parents fc98fff + 6eeb17f commit b5ce1af
Copy full SHA for b5ce1af

File tree

4 files changed

+4
-6
lines changed
Filter options

4 files changed

+4
-6
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
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<EmbeddedResource Include="**/*.template" />
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.8.0-5.final" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.8.0" />
2525
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2626
<PackageReference Include="ReadLine" Version="2.0.1" />
2727
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />

‎src/Dotnet.Script.Core/ScriptPublisher.cs

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/ScriptPublisher.cs
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
using Dotnet.Script.Core.Internal;
21
using Dotnet.Script.DependencyModel.Environment;
32
using Dotnet.Script.DependencyModel.Logging;
43
using Dotnet.Script.DependencyModel.Process;
54
using Dotnet.Script.DependencyModel.ProjectSystem;
65
using Microsoft.CodeAnalysis;
7-
using Microsoft.CodeAnalysis.Scripting;
86
using System;
97
using System.IO;
108
using System.Reflection;
@@ -13,7 +11,7 @@ namespace Dotnet.Script.Core
1311
{
1412
public class ScriptPublisher
1513
{
16-
private const string ScriptingVersion = "3.8.0-5.final";
14+
private const string ScriptingVersion = "3.8.0";
1715

1816
private readonly ScriptProjectProvider _scriptProjectProvider;
1917
private readonly ScriptEmitter _scriptEmitter;

‎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
@@ -19,6 +19,6 @@
1919
<Compile Include="..\Dotnet.Script.DependencyModel\ProjectSystem\ScriptParserInternal.cs" Link="ScriptParserInternal.cs" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.8.0-5.final" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.8.0" />
2323
</ItemGroup>
2424
</Project>

‎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="3.8.0-5.final" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
2626
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.6" />
2828
</ItemGroup>

0 commit comments

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