Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<RoslynVersion>3.2.0-beta1-19229-02</RoslynVersion>
<RoslynVersion>3.2.0-beta1-19253-08</RoslynVersion>
<RoslynPackageName>Microsoft.Net.Compilers.Toolset</RoslynPackageName>
</PropertyGroup>

Expand All @@ -15,4 +15,4 @@
<DebugType Condition="'$(RunningOnCore)' == 'true'">Portable</DebugType>
</PropertyGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set TOOLRUNTIME_DIR=%~3
set PACKAGES_DIR=%~4
set BUILDTOOLS_PACKAGE_DIR=%~dp0
set MICROBUILD_VERSION=0.2.0
set ROSLYNCOMPILERS_VERSION=3.2.0-beta1-19229-02
set ROSLYNCOMPILERS_VERSION=3.2.0-beta1-19253-08

:: Default to x64 native tools if nothing was specified.
if [%NATIVE_TOOLS_RID%]==[] (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __TOOLRUNTIME_DIR=${3:-}
__PACKAGES_DIR=${4:-}
__TOOLS_DIR=$(cd "$(dirname "$0")"; pwd -P)
__MICROBUILD_VERSION=0.2.0
__ROSLYNCOMPILER_VERSION=3.2.0-beta1-19229-02
__ROSLYNCOMPILER_VERSION=3.2.0-beta1-19253-08

__PORTABLETARGETS_PROJECT_CONTENT="
<Project>
Expand Down