Skip to content

Commit

Permalink
Use packages.lock.json for nuget restore
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler committed Nov 14, 2023
1 parent c77db3b commit 0c0986c
Show file tree
Hide file tree
Showing 4 changed files with 2,986 additions and 0 deletions.
2 changes: 2 additions & 0 deletions czishrink/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodeAnalysis.ruleset</CodeAnalysisRuleSet>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!-- NUGET -->
<RestorePackagesWithLockFile>True</RestorePackagesWithLockFile>
<!-- Version -->
<VersionPrefix>1.0.2<!--feature/upgrade-libczicompressc-0_5_2--></VersionPrefix>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 0c0986c

Please sign in to comment.