Skip to content

Commit

Permalink
Revert Roslyn version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Aug 18, 2020
1 parent f512ce2 commit 49ad1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"MonoRuntimeLinux32": "mono.linux-x86-6.10.0.104.zip",
"MonoRuntimeLinux64": "mono.linux-x86_64-6.10.0.104.zip",
"HostProjects": [
"OmniSharp.Stdio.Driver",
"OmniSharp.Http.Driver"
"OmniSharp.Stdio.Driver"
],
"TestProjects": [
"OmniSharp.MSBuild.Tests",
Expand Down Expand Up @@ -57,4 +56,4 @@
"RestoreOnlyTestAssets": [
"ProjectWithMissingType"
]
}
}
2 changes: 1 addition & 1 deletion build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<MSBuildPackageVersion>16.6.0</MSBuildPackageVersion>
<NuGetPackageVersion>5.2.0</NuGetPackageVersion>
<RoslynPackageVersion>3.8.0-2.20413.3</RoslynPackageVersion>
<RoslynPackageVersion>3.8.0-1.20363.1</RoslynPackageVersion>
<XunitPackageVersion>2.4.0</XunitPackageVersion>
</PropertyGroup>

Expand Down

0 comments on commit 49ad1b4

Please sign in to comment.