We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbb138 commit f7e7a82Copy full SHA for f7e7a82
Directory.Build.props
@@ -48,7 +48,7 @@
48
49
50
<!-- Inline task to get file version from assembly -->
51
- <UsingTask TaskName="GetFileVersion" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\\Microsoft.Build.Tasks.v4.0.dll">
+ <UsingTask TaskName="GetFileVersion" TaskFactory="RoslynCodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll">
52
<ParameterGroup>
53
<AssemblyPath ParameterType="System.String" Required="true" />
54
<FileVersion Output="true" ParameterType="System.String" />
0 commit comments