This commit is contained in:
STAM 2025-07-14 13:29:15 +03:00
parent dc27b4ae87
commit ace0805b3e
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
10 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\linux-arm\publish\</PublishDir> <PublishDir>bin\Release\net9.0\linux-arm\publish\</PublishDir>
<RuntimeIdentifier>linux-arm</RuntimeIdentifier> <RuntimeIdentifier>linux-arm</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\linux-arm64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\linux-arm64\publish\</PublishDir>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier> <RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\linux-bionic-x64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\linux-bionic-x64\publish\</PublishDir>
<RuntimeIdentifier>linux-bionic-x64</RuntimeIdentifier> <RuntimeIdentifier>linux-bionic-x64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\linux-musl-x64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\linux-musl-x64\publish\</PublishDir>
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier> <RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\linux-x64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\linux-x64\publish\</PublishDir>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier> <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\osx-arm64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\osx-arm64\publish\</PublishDir>
<RuntimeIdentifier>osx-arm64</RuntimeIdentifier> <RuntimeIdentifier>osx-arm64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\osx-x64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\osx-x64\publish\</PublishDir>
<RuntimeIdentifier>osx-x64</RuntimeIdentifier> <RuntimeIdentifier>osx-x64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\win-arm64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\win-arm64\publish\</PublishDir>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier> <RuntimeIdentifier>win-arm64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\win-x64\publish\</PublishDir> <PublishDir>bin\Release\net9.0\win-x64\publish\</PublishDir>
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<_TargetId>Folder</_TargetId> <_TargetId>Folder</_TargetId>
<!--target runtime--> <!--target runtime-->
<PublishDir>bin\Release\net8.0\win-x86\publish\</PublishDir> <PublishDir>bin\Release\net9.0\win-x86\publish\</PublishDir>
<RuntimeIdentifier>win-x86</RuntimeIdentifier> <RuntimeIdentifier>win-x86</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>