Skip to content

Commit f7d50f2

Browse files
committed
Revert "Update source-link and add package lock files"
This reverts commit 0478c23. Thought I'd give NuGet lock file feature a try. Woof -- that didn't work like at all. Not sure what's wrong but packages on my laptop do not match with whats on nuget.org
1 parent 0478c23 commit f7d50f2

File tree

7 files changed

+2
-4092
lines changed

7 files changed

+2
-4092
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<NeutralLanguage>en-US</NeutralLanguage>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
14-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
15-
<RestoreLockedMode Condition="'$(CI)' == 'true'">true</RestoreLockedMode>
1614
<PackageProjectUrl>https://github.com/natemcmaster/CommandLineUtils</PackageProjectUrl>
1715
<RepositoryUrl>https://github.com/natemcmaster/CommandLineUtils.git</RepositoryUrl>
1816
<RepositoryType>git</RepositoryType>

src/CommandLineUtils/packages.lock.json

Lines changed: 0 additions & 1125 deletions
This file was deleted.

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
8+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
99
</ItemGroup>
1010

1111
<Import Project="..\Directory.Build.targets" />

src/Hosting.CommandLine/packages.lock.json

Lines changed: 0 additions & 200 deletions
This file was deleted.

0 commit comments

Comments
 (0)