Skip to content

Commit

Permalink
Merge pull request #2012 from OmniSharp/feature/scripting
Browse files Browse the repository at this point in the history
updated to latest Dotnet.Script scripting packages for .NET 5.0
  • Loading branch information
filipw authored Nov 13, 2020
2 parents 7ac4235 + 4aedd54 commit 2254b9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<PropertyGroup>
<MSBuildPackageVersion>16.6.0</MSBuildPackageVersion>
<NuGetPackageVersion>5.2.0</NuGetPackageVersion>
<RoslynPackageVersion>3.8.0-4.20503.2</RoslynPackageVersion>
<RoslynPackageVersion>3.8.0-5.final</RoslynPackageVersion>
<XunitPackageVersion>2.4.1</XunitPackageVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Update="Cake.Scripting.Transport" Version="0.3.0" />

<PackageReference Update="Dotnet.Script.DependencyModel" Version="0.53.0" />
<PackageReference Update="Dotnet.Script.DependencyModel.NuGet" Version="0.53.0" />
<PackageReference Update="Dotnet.Script.DependencyModel" Version="1.0.2" />
<PackageReference Update="Dotnet.Script.DependencyModel.NuGet" Version="1.0.1" />
<PackageReference Update="ICSharpCode.Decompiler" Version="6.1.0.5902" />
<PackageReference Update="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />

Expand Down
5 changes: 5 additions & 0 deletions test-assets/test-projects/ExternAlias/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "5.0.100"
}
}

0 comments on commit 2254b9b

Please sign in to comment.