Skip to content

Commit

Permalink
Enable lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Feb 12, 2024
1 parent 96b6bcc commit f0f463c
Show file tree
Hide file tree
Showing 8 changed files with 1,451 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
Expand Down
Loading

0 comments on commit f0f463c

Please sign in to comment.