Skip to content

Commit

Permalink
switched to current NuGet version, removed old licenseUrl node
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Feb 6, 2019
1 parent d4c5e85 commit b69853b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GoogleTestAdapter/Packaging.GTA/Packaging.GTA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<PropertyGroup>
<PostBuildEvent>echo At least one file is needed within the lib/native folder to convince VS that our package can be installed into native C++ projects. &gt;"$(TargetDir)_.txt"

$(NuGetPackages)NuGet.CommandLine.3.5.0\tools\nuget pack VsPackage.nuspec -NonInteractive</PostBuildEvent>
$(NuGetPackages)NuGet.CommandLine.4.9.2\tools\nuget pack VsPackage.nuspec -NonInteractive</PostBuildEvent>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
Expand Down
1 change: 0 additions & 1 deletion GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<language>en-US</language>
<projectUrl>https://github.com/csoltenborn/GoogleTestAdapter</projectUrl>
<iconUrl>https://github.com/csoltenborn/GoogleTestAdapter/raw/4e1957f62df47a2dad6b3e2fed1f790503cba399/GoogleTestAdapter/Packaging.GTA/Resources/gtest-logo.png</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/4e1957f62df47a2dad6b3e2fed1f790503cba399/GoogleTestAdapter/Packaging.GTA/LICENSE.txt</licenseUrl>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
Expand Down
2 changes: 1 addition & 1 deletion GoogleTestAdapter/Packaging.GTA/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NuGet.CommandLine" version="3.5.0" targetFramework="net46" developmentDependency="true" />
<package id="NuGet.CommandLine" version="4.9.2" targetFramework="net45" developmentDependency="true" />
</packages>

0 comments on commit b69853b

Please sign in to comment.