Skip to content

Commit 697cec8

Browse files
Remove NuGet packages lock and update .NET SDK to stable
1 parent 7f715c5 commit 697cec8

File tree

5 files changed

+1
-7055
lines changed

5 files changed

+1
-7055
lines changed

Directory.Build.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
2020
</PropertyGroup>
2121

22-
<!-- NuGet packages lock -->
23-
<PropertyGroup>
24-
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
25-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
26-
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
27-
</PropertyGroup>
28-
2922
<!-- SourceLink -->
3023
<PropertyGroup>
3124
<PublishRepositoryUrl>true</PublishRepositoryUrl>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rc.2.23502.2",
3+
"version": "8.0.100",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)