提交 087c4faf 编写于 作者: T Tomáš Matoušek

Merge pull request #10596 from tmat/RoslynBuildUtilF

Include System.IO.FileSystem in Roslyn.Build.Util package
......@@ -23,7 +23,7 @@
<ToolsetCompilerPackageName>Microsoft.Net.Compilers</ToolsetCompilerPackageName>
<ToolsetCompilerPropsFilePath>$(NuGetPackageRoot)\Microsoft.Net.Compilers\1.2.0-rc\build\Microsoft.Net.Compilers.props</ToolsetCompilerPropsFilePath>
<RoslynDiagnosticsPropsFilePath>$(NuGetPackageRoot)\Microsoft.Net.RoslynDiagnostics\1.1.1-beta1-20150818-01\build\Microsoft.Net.RoslynDiagnostics.props</RoslynDiagnosticsPropsFilePath>
<RoslynBuildUtilFilePath>$(NuGetPackageRoot)\Roslyn.Build.Util\0.9.3-portable\lib\dotnet\Roslyn.MSBuild.Util.dll</RoslynBuildUtilFilePath>
<RoslynBuildUtilFilePath>$(NuGetPackageRoot)\Roslyn.Build.Util\0.9.4-portable\lib\dotnet\Roslyn.MSBuild.Util.dll</RoslynBuildUtilFilePath>
<AdditionalFileItemNames>$(AdditionalFileItemNames);PublicAPI</AdditionalFileItemNames>
</PropertyGroup>
......
......@@ -9,7 +9,7 @@
"FakeSign": "0.9.2",
"xunit": "2.1.0-beta4-build3109",
"xunit.runner.console": "2.1.0-beta4-build3109",
"Roslyn.Build.Util": "0.9.3-portable"
"Roslyn.Build.Util": "0.9.4-portable"
},
"frameworks": {
"net46": {}
......
......@@ -2,7 +2,7 @@
<package>
<metadata>
<id>Roslyn.Build.Util</id>
<version>0.9.3-portable</version>
<version>0.9.4-portable</version>
<title>Roslyn.Build.Util</title>
<authors>RoslynTeam</authors>
<owners>RoslynTeam</owners>
......@@ -24,5 +24,6 @@
</metadata>
<files>
<file src="Roslyn.MSBuild.Util.dll" target="lib/dotnet" />
<file src="System.IO.FileSystem.dll" target="lib/dotnet" />
</files>
</package>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册