Skip to content

Commit 04a6072

Browse files
authored
Merge pull request dotnet-script#284 from filipw/feature/2.8.0
Updated to Roslyn 2.8.0
2 parents fbd7db8 + 6a77f0c commit 04a6072

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>A cross platform library allowing you to run C# (CSX) scripts with support for debugging and inline NuGet packages. Based on Roslyn.</Description>
5-
<VersionPrefix>0.23.0</VersionPrefix>
5+
<VersionPrefix>0.24.0</VersionPrefix>
66
<Authors>filipw</Authors>
77
<TargetFramework>netstandard2.0</TargetFramework>
88
<AssemblyName>Dotnet.Script.Core</AssemblyName>
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<RepositoryUrl>https://github.com/filipw/dotnet-script.git</RepositoryUrl>
99
<RepositoryType>git</RepositoryType>
1010
<PackageTags>script;csx;csharp;roslyn;nuget</PackageTags>
11-
<Version>0.6.0</Version>
11+
<Version>0.6.1</Version>
1212
<Description>A MetadataReferenceResolver that allows inline nuget references to be specified in script(csx) files.</Description>
1313
<Authors>dotnet-script</Authors>
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.DependencyModel/Dotnet.Script.DependencyModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/filipw/dotnet-script.git</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>script;csx;csharp;roslyn;omnisharp</PackageTags>
14-
<Version>0.6.0</Version>
14+
<Version>0.6.1</Version>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Dotnet CLI tool allowing you to run C# (CSX) scripts.</Description>
4-
<VersionPrefix>0.23.0</VersionPrefix>
4+
<VersionPrefix>0.24.0</VersionPrefix>
55
<Authors>filipw</Authors>
66
<PackageId>Dotnet.Script</PackageId>
77
<TargetFrameworks>netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
@@ -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)