Skip to content

Commit

Permalink
Add package lock generation for all runtime id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Dec 11, 2024
1 parent 5968dc4 commit b34d794
Show file tree
Hide file tree
Showing 29 changed files with 77,653 additions and 6 deletions.
1 change: 1 addition & 0 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageDownload Include="dotnet-ef" Version="[9.0.0]" />
<PackageDownload Include="minver-cli" Version="[5.0.0]" />
</ItemGroup>

Expand Down
9 changes: 8 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RuntimeIdentifiers>
win-x64;
win-arm64;
linux-x64;
linux-arm64;
osx-arm64
</RuntimeIdentifiers>

<LangVersion>12.0</LangVersion>
<Deterministic>true</Deterministic>
Expand All @@ -11,7 +18,7 @@

<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode>true</RestoreLockedMode>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>

<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
Expand Down
4,392 changes: 4,392 additions & 0 deletions src/app/Edelstein.Application.Server/packages.lock.json

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion src/common/Edelstein.Common.Crypto/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@
"version": 2,
"dependencies": {
"net9.0": {
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "zAwp213evC3UkimtVXRb+Dlgc/40QG145nmZDtp2LO9zJJMfrp+i/87BnXN7tRXEA4liyzdFkjqG1HE8/RPb4A=="
},
"MinVer": {
"type": "Direct",
"requested": "[5.0.0, )",
"resolved": "5.0.0",
"contentHash": "ybkgpQMtt0Fo91l5rYtE3TZtD+Nmy5Ko091xvfXXOosQdMi30XO2EZ2+ShZt89gdu7RMmJqZaJ+e1q6d+6+KNw=="
}
}
},
"net9.0/linux-arm64": {},
"net9.0/linux-x64": {},
"net9.0/osx-arm64": {},
"net9.0/win-arm64": {},
"net9.0/win-x64": {}
}
}
Loading

0 comments on commit b34d794

Please sign in to comment.