update for 206
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 53s
Build / Build Nuget package (NuGet) (push) Successful in 55s
Build / Build Nuget package (SharedCringe) (push) Successful in 58s
Build / Build Nuget package (CringePlugins) (push) Successful in 1m16s
Build / Build Launcher (push) Successful in 1m45s

update deps
This commit is contained in:
zznty
2025-05-07 15:32:15 +07:00
parent 2f1cca6f9d
commit a10d0adc2f
15 changed files with 177 additions and 216 deletions

16
CringeLauncher.slnx Normal file
View File

@@ -0,0 +1,16 @@
<Solution>
<Configurations>
<Platform Name="x64"/>
<BuildType Name="Debug"/>
<BuildType Name="Release"/>
</Configurations>
<Project Path="CringeBootstrap.Abstractions/CringeBootstrap.Abstractions.csproj"/>
<Project Path="CringeBootstrap/CringeBootstrap.csproj">
<BuildDependency Project="TestPlugin/TestPlugin.csproj"/>
</Project>
<Project Path="CringeLauncher/CringeLauncher.csproj"/>
<Project Path="CringePlugins/CringePlugins.csproj"/>
<Project Path="NuGet/NuGet.csproj"/>
<Project Path="SharedCringe/SharedCringe.csproj"/>
<Project Path="TestPlugin/TestPlugin.csproj"/>
</Solution>