Skip to content

Commit

Permalink
Do not reference netstandard.dll from inline tasks, as it seems to wr…
Browse files Browse the repository at this point in the history
…eck Mono builds.

See dotnet/msbuild#4390
  • Loading branch information
rdeago authored and geoperez committed Feb 18, 2020
1 parent ac3c1eb commit 34dbeab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion msbuild/Tasks/GetGitInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<CommitShort ParameterType="System.String" Output="true" />
</ParameterGroup>
<Task>
<!-- <Reference Include="netstandard.dll" /> -->
<Code Type="Class" Language="cs" Source="$(MSBuildThisFileDirectory)GetGitInfo.cs" />
</Task>
</UsingTask>
Expand Down
1 change: 0 additions & 1 deletion msbuild/Tasks/ParseVersionFile.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<AssemblyInformationalVersion ParameterType="System.String" Output="true" />
</ParameterGroup>
<Task>
<Reference Include="netstandard.dll" />
<Code Type="Class" Language="cs" Source="$(MSBuildThisFileDirectory)ParseVersionFile.cs" />
</Task>
</UsingTask>
Expand Down

0 comments on commit 34dbeab

Please sign in to comment.