Skip to content

Commit

Permalink
fix: Add both runtime identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Mar 22, 2024
1 parent f370424 commit dd21dde
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
</PropertyGroup>

<PropertyGroup>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>

<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
Expand Down
4 changes: 3 additions & 1 deletion src/Kek.Net.AspNet/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"kek.net.errorhandling": {
"type": "Project"
}
}
},
"net8.0/linux-x64": {},
"net8.0/win-x64": {}
}
}
4 changes: 3 additions & 1 deletion src/Kek.Net.ErrorHandling/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"version": 2,
"dependencies": {
"net8.0": {}
"net8.0": {},
"net8.0/linux-x64": {},
"net8.0/win-x64": {}
}
}
4 changes: 3 additions & 1 deletion src/Kek.Net.Extensions/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"version": 2,
"dependencies": {
"net8.0": {}
"net8.0": {},
"net8.0/linux-x64": {},
"net8.0/win-x64": {}
}
}

0 comments on commit dd21dde

Please sign in to comment.