Skip to content

Commit

Permalink
Release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jan 27, 2022
1 parent f4976d7 commit 578f85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version>0.10.14</Version>
</PackageReference>
<PackageReference Include="MSBuildTasks">
<Version>1.5.0.335</Version>
<Version>1.5.0.235</Version>
</PackageReference>
<PackageReference Include="NuGet.CommandLine">
<Version>5.7.0</Version>
Expand All @@ -17,8 +17,8 @@

<!-- Imported MSBuild tasks -->
<UsingTask TaskName="ReportGenerator" AssemblyFile="ReportGenerator.Console\bin\Release\ReportGenerator.MSBuild.dll" />
<UsingTask TaskName="Zip" AssemblyFile="$(UserProfile)\.nuget\packages\msbuildtasks\1.5.0.335\tools\MSBuild.Community.Tasks.dll" />
<UsingTask TaskName="FileUpdate" AssemblyFile="$(UserProfile)\.nuget\packages\msbuildtasks\1.5.0.335\tools\MSBuild.Community.Tasks.dll" />
<UsingTask TaskName="Zip" AssemblyFile="$(UserProfile)\.nuget\packages\msbuildtasks\1.5.0.235\tools\MSBuild.Community.Tasks.dll" />
<UsingTask TaskName="FileUpdate" AssemblyFile="$(UserProfile)\.nuget\packages\msbuildtasks\1.5.0.235\tools\MSBuild.Community.Tasks.dll" />

<!-- Version, adjust before build -->
<PropertyGroup>
Expand Down

0 comments on commit 578f85a

Please sign in to comment.