Skip to content

Commit

Permalink
enable lockfile and generate initial versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Oct 11, 2024
1 parent 3efac6b commit 71e4a50
Show file tree
Hide file tree
Showing 4 changed files with 7,824 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<LangVersion>12.0</LangVersion>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
<Nullable>enable</Nullable>
<RestoreLockedMode Condition="'$(CI)' == 'true'">true</RestoreLockedMode>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RunSettingsFilePath>$(MSBuildThisFileDirectory)\nunit.runsettings</RunSettingsFilePath>
<RuntimeIdentifiers>linux-x64;win-x64;osx-arm64</RuntimeIdentifiers>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
Expand Down
Loading

0 comments on commit 71e4a50

Please sign in to comment.