Skip to content

Commit d00c5e5

Browse files
authored
Merge pull request #1731 from filipw/feature/dotnet-script-051
updated to dotnet script 0.51
2 parents 0f99fd9 + 64fbb8a commit d00c5e5

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All changes to the project will be documented in this file.
33

4+
## [1.34.15] - not yet released
5+
* Support for .NET Core 3.1 in csx files (PR: [#1731](https://github.com/OmniSharp/omnisharp-roslyn/pull/1731))
6+
47
## [1.34.14] - 2020-03-09
58
* Added support for `annotations` value of `Nullable` csproj property ([#1721](https://github.com/OmniSharp/omnisharp-roslyn/issues/1721), PR: [#1722](https://github.com/OmniSharp/omnisharp-roslyn/pull/1722))
69
* Added ability to specify custom RunSettings for tests (PR: [omnisharp-vscode#3573](https://github.com/OmniSharp/omnisharp-vscode/pull/3573), PR: [#1710](https://github.com/OmniSharp/omnisharp-roslyn/pull/1710))
@@ -14,7 +17,7 @@ All changes to the project will be documented in this file.
1417
* Raised the lowest discovered VS2019 version to 16.3 ([#1700](https://github.com/OmniSharp/omnisharp-roslyn/issues/1700), PR: [#1713](https://github.com/OmniSharp/omnisharp-roslyn/pull/1713))
1518

1619
## [1.34.11] - 2020-02-05
17-
* Updated the bundled to Mono 6.8.0 and MSBuild to be copied from Mono 6.8.0 ([#1693](https://github.com/OmniSharp/omnisharp-roslyn/issues/1693), PR: [#1697](https://github.com/OmniSharp/omnisharp-roslyn/pull/1697))
20+
* Updated the bundled Mono to 6.8.0 and MSBuild to be copied from Mono 6.8.0 ([#1693](https://github.com/OmniSharp/omnisharp-roslyn/issues/1693), PR: [#1697](https://github.com/OmniSharp/omnisharp-roslyn/pull/1697))
1821
* Included NugetSDKResolver in the minimal MSBuild, which introduces support for Nuget based project SDKs like Arcade ([#1678](https://github.com/OmniSharp/omnisharp-roslyn/issues/1678), PR: [#1696](https://github.com/OmniSharp/omnisharp-roslyn/pull/1696))
1922

2023
## [1.34.10] - 2020-01-27

build/Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<ItemGroup>
1313
<PackageReference Update="Cake.Scripting.Transport" Version="0.3.0" />
1414

15-
<PackageReference Update="Dotnet.Script.DependencyModel" Version="0.50.0" />
16-
<PackageReference Update="Dotnet.Script.DependencyModel.NuGet" Version="0.50.0" />
15+
<PackageReference Update="Dotnet.Script.DependencyModel" Version="0.51.0" />
16+
<PackageReference Update="Dotnet.Script.DependencyModel.NuGet" Version="0.51.0" />
1717

1818
<PackageReference Update="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
1919

0 commit comments

Comments
 (0)