Skip to content

Commit

Permalink
Merge pull request #51 from lekhmanrus/fix-nuget-dll-target
Browse files Browse the repository at this point in the history
Fix NuGet dll target
  • Loading branch information
lekhmanrus committed Feb 7, 2022
2 parents 42c70ee + a1365f8 commit b837984
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<PropertyGroup>
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net5.0-windows7.0</TargetFramework>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>2.0.1</VersionPrefix>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="coverlet.collector" Version="3.1.1">
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 2.0.0.{build}
version: 2.0.1.{build}

# version suffix, if any (e.g. '-RC1', '-beta' otherwise '')
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.9.20">
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.0.64">
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="16.10.56">
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</metadata>
<files>
<file src="..\..\LICENSE.md" target="\" />
<file src="bin\$configuration$\net5.0-windows7.0\GitExtensions.GerritPlugin.dll" target="\lib\net5.0-windows7.0\" />
<file src="bin\$configuration$\net5.0-windows7.0\GitExtensions.GerritPlugin.dll" target="\lib\" />
<file src="Resources\IconGerrit.png" target="\Resources\" />
</files>
</package>

0 comments on commit b837984

Please sign in to comment.