Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Reentry.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<Platform Name="x64" />
</Configurations>
<Folder Name="/src/">
<Project Path="src/Reentry.App/Reentry.App.csproj" />
<Project Path="src/Reentry.Core/Reentry.Core.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/Reentry.App/Reentry.App.csproj">
<Platform Project="x64" />
</Project>
</Folder>
</Solution>
1 change: 1 addition & 0 deletions src/Reentry.Core/Reentry.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- net10.0 (not -windows): inventory/tracker/settings stay fakeable and the
test suite runs on Linux CI and on this box. Win32 lives behind interfaces. -->
<TargetFramework>net10.0</TargetFramework>
<Platforms>x64</Platforms>
<RootNamespace>Reentry.Core</RootNamespace>
<AssemblyName>Reentry.Core</AssemblyName>
<IsPackable>false</IsPackable>
Expand Down
Loading