Skip to content

Commit

Permalink
Refresh compilers 3.6 (#111)
Browse files Browse the repository at this point in the history
* Updating to MS.Net.Compilers 3.6

* And call this an RTM release. Yay!

* Update version in assembly reference too.
  • Loading branch information
StephenMolloy authored Jul 8, 2020
1 parent 7026e02 commit a47558d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

param($installPath, $toolsPath, $package, $project)

$assemblyVersion = '3.5.0.0'
$assemblyVersion = '3.6.0.0'
$roslynSubFolder = 'roslyn'

if ($project -eq $null) {
Expand Down
6 changes: 3 additions & 3 deletions tools/RoslynCodeProvider.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
<!-- Configurable properties-->

<PropertyGroup>
<BuildQuality Condition="'$(BuildQuality)' == ''">preview1</BuildQuality>
<BuildQuality Condition="'$(BuildQuality)' == ''">rtm</BuildQuality>
<VersionStartYear>2020</VersionStartYear>
<VersionMajor>3</VersionMajor>
<VersionMinor>5</VersionMinor>
<VersionMinor>6</VersionMinor>
<VersionRelease>0</VersionRelease>
</PropertyGroup>

<PropertyGroup Label="NuGet package dependencies">
<MSNetCompilers45NuGetPackageVersion>1.3.2</MSNetCompilers45NuGetPackageVersion>
<MSNetCompilers46NuGetPackageVersion>2.10.0</MSNetCompilers46NuGetPackageVersion>
<MSNetCompilers472NuGetPackageVersion>3.5.0</MSNetCompilers472NuGetPackageVersion>
<MSNetCompilers472NuGetPackageVersion>3.6.0</MSNetCompilers472NuGetPackageVersion>
</PropertyGroup>

<Target Name="SuperClean" AfterTargets="Clean" Condition="'$(MSBuildProjectExtension)' != '.nuproj'">
Expand Down

0 comments on commit a47558d

Please sign in to comment.