Skip to content

Commit

Permalink
Hack to use latest Roslyn. Rebase away before submitting PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Jul 30, 2016
1 parent 9b04bcb commit 29a6c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\Microsoft.Net.Compilers\2.0.0-beta1\build\Microsoft.Net.Compilers.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<RootNamespace>System.Runtime.CompilerServices</RootNamespace>
<AssemblyName>System.Runtime.CompilerServices.Unsafe.Tests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NugetTargetMoniker>.NETStandard,Version=v1.3</NugetTargetMoniker>
<Features>refLocalsAndReturns</Features>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"exclude": "compile"
},
"Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00508-01",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00520-02"
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00520-02",
"Microsoft.Net.Compilers": "2.0.0-beta1"
},
"frameworks": {
"netstandard1.3": {}
Expand Down

0 comments on commit 29a6c39

Please sign in to comment.