Skip to content

Commit ae35a48

Browse files
fix(nuget): remove RID for packing
1 parent a8d1eb8 commit ae35a48

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project>
2-
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
2+
<PropertyGroup>
33
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
4-
<NuGetLockFilePath>$(MSBuildProjectDirectory)\packages.lock.json</NuGetLockFilePath>
54
</PropertyGroup>
65
<PropertyGroup>
76
<NuGetAudit>true</NuGetAudit>

Directory.Solution.targets

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

0 commit comments

Comments
 (0)