fix build

This commit is contained in:
2025-11-08 18:29:04 +01:00
parent 1d44f93a92
commit 091d820332
2 changed files with 29 additions and 28 deletions

View File

@@ -22,43 +22,43 @@
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GitLabMergeRequestFiltersHistory"><![CDATA[{
"lastFilter": {
"state": "OPENED",
"assignee": {
"type": "org.jetbrains.plugins.gitlab.mergerequest.ui.filters.GitLabMergeRequestsFiltersValue.MergeRequestsMemberFilterValue.MergeRequestsAssigneeFilterValue",
"username": "pilzinsel64",
"fullname": "Pilzinsel64"
<component name="GitLabMergeRequestFiltersHistory">{
&quot;lastFilter&quot;: {
&quot;state&quot;: &quot;OPENED&quot;,
&quot;assignee&quot;: {
&quot;type&quot;: &quot;org.jetbrains.plugins.gitlab.mergerequest.ui.filters.GitLabMergeRequestsFiltersValue.MergeRequestsMemberFilterValue.MergeRequestsAssigneeFilterValue&quot;,
&quot;username&quot;: &quot;pilzinsel64&quot;,
&quot;fullname&quot;: &quot;Pilzinsel64&quot;
}
}
}]]></component>
<component name="GitLabMergeRequestsSettings"><![CDATA[{
"selectedUrlAndAccountId": {
"first": "https://git.pilzinsel64.de/litw-refined/minecraft-modpack-updater.git",
"second": "7f2fcd6a-63d8-4d22-90ae-c2bb14a72d8d"
}</component>
<component name="GitLabMergeRequestsSettings">{
&quot;selectedUrlAndAccountId&quot;: {
&quot;first&quot;: &quot;https://git.pilzinsel64.de/litw-refined/minecraft-modpack-updater.git&quot;,
&quot;second&quot;: &quot;7f2fcd6a-63d8-4d22-90ae-c2bb14a72d8d&quot;
}
}]]></component>
<component name="ProjectColorInfo"><![CDATA[{
"customColor": "",
"associatedIndex": 1
}]]></component>
}</component>
<component name="ProjectColorInfo">{
&quot;customColor&quot;: &quot;&quot;,
&quot;associatedIndex&quot;: 1
}</component>
<component name="ProjectId" id="35CiXjg3nq2prVPfV9IDvLCzJqQ" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "master",
"nodejs_package_manager_path": "npm",
"settings.editor.selected.configurable": "RiderNuGetOptionsPageId",
"vue.rearranger.settings.migration": "true"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;master&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;RiderNuGetOptionsPageId&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
}
}]]></component>
<component name="RunManager">
}</component>
<component name="RunManager" selected="Publish to IIS.ModpackUpdater.Apps.Client.Gui: Release">
<configuration name="ModpackUpdater.Apps.Client: Linux-arm64" type="DotNetMsBuildPublish" factoryName="Publish to IIS">
<riderPublish publish_profile="Linux-arm64.pubxml" pubxml_path="$PROJECT_DIR$/ModpackUpdater.Apps.Client/Properties/PublishProfiles/Linux-arm64.pubxml" uuid_high="4709208665819205069" uuid_low="-8313970087579639699" />
<method v="2" />

View File

@@ -15,6 +15,7 @@
<ItemGroup>
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Pilz" Version="2.6.1" />
<PackageReference Include="Pilz.Cryptography" Version="2.1.2" />
<PackageReference Include="Pilz.IO" Version="2.1.0" />
</ItemGroup>