You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Directory.Build.Default.targets
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -32,17 +32,11 @@
32
32
<RepositoryUrlCondition="'$(RepositoryUrl)' == '' And '$(PackageProjectUrl)' != ''">$(PackageProjectUrl).$(RepositoryType)</RepositoryUrl>
33
33
</PropertyGroup>
34
34
35
-
<!-- Nuget packages restore and locking -->
35
+
<!-- Nuget packages restore -->
36
36
<PropertyGroup>
37
-
<!-- Avoid creating packages lock file from inside Visual Studio (OutputType is modified by VS for projects referencing test frameworks) -->
38
-
<RestorePackagesWithLockFileCondition="'$(BuildingInsideVisualStudio)' != '' And !Exists('$(ProjectDir)packages.lock.json')">false</RestorePackagesWithLockFile>
39
-
<RestorePackagesWithLockFileCondition="'$(RestorePackagesWithLockFile)' == '' And Exists('$(ProjectDir)packages.lock.json')">true</RestorePackagesWithLockFile>
40
-
<RestorePackagesWithLockFileCondition="'$(RestorePackagesWithLockFile)' == '' And '$(CentralPackageFloatingVersionsEnabled)' == 'true' And $(OutputType.EndsWith('Exe'))">true</RestorePackagesWithLockFile>
<!-- Version 2.3.* DOES NOT SUPPORT net6 due to Microsoft.AspNetCore.Localization 2.3.0 -> Microsoft.Extensions.Localization.Abstractions (>= 8.0.11) -->
0 commit comments