Release Settings Changed
This commit is contained in:
parent
3012f28e39
commit
9e5ffdd0cd
@ -2,6 +2,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
|
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
|
|||||||
Binary file not shown.
@ -1 +1 @@
|
|||||||
9d72adec507bbb5fc3eddda86eb5ec8355eb835d1399da4c672640fa66ac06a9
|
b8fddb6616a9f0baea59ae1facb1e38a4000ba8f0d261cf571994f073bb1ebb1
|
||||||
|
|||||||
@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("SCRUM-Timer")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("SCRUM-Timer")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4076447416d8e6cbe0dac914c1430d959fa13fc7")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3012f28e39988d34148eabc9706eca5f4657b6af")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("SCRUM-Timer")]
|
[assembly: System.Reflection.AssemblyProductAttribute("SCRUM-Timer")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("SCRUM-Timer")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("SCRUM-Timer")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
5957c551b91278f702bdf16f6bba7ebbd2544fb2e1088e6d9678eb2c32030a24
|
f53fc8bb519495acc25d63255914390fe38f93601603fc933643f519dafbb57d
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -54,6 +54,8 @@
|
|||||||
"version": "[11.3.6, )"
|
"version": "[11.3.6, )"
|
||||||
},
|
},
|
||||||
"Avalonia.Diagnostics": {
|
"Avalonia.Diagnostics": {
|
||||||
|
"include": "None",
|
||||||
|
"suppressParent": "All",
|
||||||
"target": "Package",
|
"target": "Package",
|
||||||
"version": "[11.3.6, )"
|
"version": "[11.3.6, )"
|
||||||
},
|
},
|
||||||
@ -89,6 +91,32 @@
|
|||||||
],
|
],
|
||||||
"assetTargetFallback": true,
|
"assetTargetFallback": true,
|
||||||
"warn": true,
|
"warn": true,
|
||||||
|
"downloadDependencies": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
|
||||||
|
"version": "[9.0.10, 9.0.10]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||||
|
"version": "[9.0.10, 9.0.10]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Host.linux-x64",
|
||||||
|
"version": "[9.0.10, 9.0.10]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Host.win-x64",
|
||||||
|
"version": "[9.0.10, 9.0.10]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Runtime.linux-x64",
|
||||||
|
"version": "[9.0.10, 9.0.10]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Runtime.win-x64",
|
||||||
|
"version": "[9.0.10, 9.0.10]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"frameworkReferences": {
|
"frameworkReferences": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"privateAssets": "all"
|
"privateAssets": "all"
|
||||||
@ -96,6 +124,14 @@
|
|||||||
},
|
},
|
||||||
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/9.0.111/PortableRuntimeIdentifierGraph.json"
|
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/9.0.111/PortableRuntimeIdentifierGraph.json"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"runtimes": {
|
||||||
|
"linux-x64": {
|
||||||
|
"#import": []
|
||||||
|
},
|
||||||
|
"win-x64": {
|
||||||
|
"#import": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "45u0NfHeVJc=",
|
"dgSpecHash": "RWJ3SIOSHfQ=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer.csproj",
|
"projectFilePath": "/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
@ -29,6 +29,21 @@
|
|||||||
"/home/simon/.nuget/packages/microcom.runtime/0.11.0/microcom.runtime.0.11.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/microcom.runtime/0.11.0/microcom.runtime.0.11.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/microsoft.netcore.platforms/1.1.1/microsoft.netcore.platforms.1.1.1.nupkg.sha512",
|
"/home/simon/.nuget/packages/microsoft.netcore.platforms/1.1.1/microsoft.netcore.platforms.1.1.1.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/microsoft.netcore.targets/1.1.3/microsoft.netcore.targets.1.1.3.nupkg.sha512",
|
"/home/simon/.nuget/packages/microsoft.netcore.targets/1.1.3/microsoft.netcore.targets.1.1.3.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
"/home/simon/.nuget/packages/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
"/home/simon/.nuget/packages/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
"/home/simon/.nuget/packages/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||||
@ -44,11 +59,23 @@
|
|||||||
"/home/simon/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
"/home/simon/.nuget/packages/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
"/home/simon/.nuget/packages/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
"/home/simon/.nuget/packages/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.unix.microsoft.win32.primitives/4.3.0/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.unix.system.diagnostics.debug/4.3.0/runtime.unix.system.diagnostics.debug.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.unix.system.io.filesystem/4.3.0/runtime.unix.system.io.filesystem.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.unix.system.net.primitives/4.3.0/runtime.unix.system.net.primitives.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.unix.system.private.uri/4.3.0/runtime.unix.system.private.uri.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.unix.system.runtime.extensions/4.3.0/runtime.unix.system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.win.microsoft.win32.primitives/4.3.0/runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.win.system.diagnostics.debug/4.3.0/runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.win.system.io.filesystem/4.3.0/runtime.win.system.io.filesystem.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.win.system.net.primitives/4.3.0/runtime.win.system.net.primitives.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/runtime.win.system.runtime.extensions/4.3.0/runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/skiasharp/2.88.9/skiasharp.2.88.9.nupkg.sha512",
|
"/home/simon/.nuget/packages/skiasharp/2.88.9/skiasharp.2.88.9.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/skiasharp.nativeassets.linux/2.88.9/skiasharp.nativeassets.linux.2.88.9.nupkg.sha512",
|
"/home/simon/.nuget/packages/skiasharp.nativeassets.linux/2.88.9/skiasharp.nativeassets.linux.2.88.9.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/skiasharp.nativeassets.macos/2.88.9/skiasharp.nativeassets.macos.2.88.9.nupkg.sha512",
|
"/home/simon/.nuget/packages/skiasharp.nativeassets.macos/2.88.9/skiasharp.nativeassets.macos.2.88.9.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/skiasharp.nativeassets.webassembly/2.88.9/skiasharp.nativeassets.webassembly.2.88.9.nupkg.sha512",
|
"/home/simon/.nuget/packages/skiasharp.nativeassets.webassembly/2.88.9/skiasharp.nativeassets.webassembly.2.88.9.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/skiasharp.nativeassets.win32/2.88.9/skiasharp.nativeassets.win32.2.88.9.nupkg.sha512",
|
"/home/simon/.nuget/packages/skiasharp.nativeassets.win32/2.88.9/skiasharp.nativeassets.win32.2.88.9.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/system.buffers/4.3.0/system.buffers.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512",
|
||||||
@ -81,11 +108,19 @@
|
|||||||
"/home/simon/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.text.regularexpressions/4.3.1/system.text.regularexpressions.4.3.1.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.text.regularexpressions/4.3.1/system.text.regularexpressions.4.3.1.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/system.threading.overlapped/4.3.0/system.threading.overlapped.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512",
|
"/home/simon/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/tmds.dbus.protocol/0.21.2/tmds.dbus.protocol.0.21.2.nupkg.sha512",
|
"/home/simon/.nuget/packages/tmds.dbus.protocol/0.21.2/tmds.dbus.protocol.0.21.2.nupkg.sha512",
|
||||||
"/home/simon/.nuget/packages/videolan.libvlc.windows/3.0.21/videolan.libvlc.windows.3.0.21.nupkg.sha512"
|
"/home/simon/.nuget/packages/videolan.libvlc.windows/3.0.21/videolan.libvlc.windows.3.0.21.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/microsoft.netcore.app.runtime.win-x64/9.0.10/microsoft.netcore.app.runtime.win-x64.9.0.10.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/microsoft.netcore.app.runtime.linux-x64/9.0.10/microsoft.netcore.app.runtime.linux-x64.9.0.10.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/microsoft.aspnetcore.app.runtime.win-x64/9.0.10/microsoft.aspnetcore.app.runtime.win-x64.9.0.10.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/microsoft.aspnetcore.app.runtime.linux-x64/9.0.10/microsoft.aspnetcore.app.runtime.linux-x64.9.0.10.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/microsoft.netcore.app.host.win-x64/9.0.10/microsoft.netcore.app.host.win-x64.9.0.10.nupkg.sha512",
|
||||||
|
"/home/simon/.nuget/packages/microsoft.netcore.app.host.linux-x64/9.0.10/microsoft.netcore.app.host.linux-x64.9.0.10.nupkg.sha512"
|
||||||
],
|
],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
||||||
@ -1 +1 @@
|
|||||||
"restore":{"projectUniqueName":"/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer.csproj","projectName":"SCRUM-Timer","projectPath":"/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer.csproj","outputPath":"/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"/usr/lib/dotnet/library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.100"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"Avalonia":{"target":"Package","version":"[11.3.6, )"},"Avalonia.Desktop":{"target":"Package","version":"[11.3.6, )"},"Avalonia.Diagnostics":{"target":"Package","version":"[11.3.6, )"},"Avalonia.Fonts.Inter":{"target":"Package","version":"[11.3.6, )"},"Avalonia.Themes.Fluent":{"target":"Package","version":"[11.3.6, )"},"CommunityToolkit.Mvvm":{"target":"Package","version":"[8.2.1, )"},"LibVLCSharp":{"target":"Package","version":"[*, )"},"VideoLAN.LibVLC.Windows":{"target":"Package","version":"[3.0.21, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/sdk/9.0.111/PortableRuntimeIdentifierGraph.json"}}
|
"restore":{"projectUniqueName":"/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer.csproj","projectName":"SCRUM-Timer","projectPath":"/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer.csproj","outputPath":"/home/simon/Programming/Schule/IM_K2 Agile Vorgehensweisen/SCRUM-Timer/SCRUM-Timer/SCRUM-Timer/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"/usr/lib/dotnet/library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.100"}"frameworks":{"net9.0":{"targetAlias":"net9.0","dependencies":{"Avalonia":{"target":"Package","version":"[11.3.6, )"},"Avalonia.Desktop":{"target":"Package","version":"[11.3.6, )"},"Avalonia.Diagnostics":{"include":"None","suppressParent":"All","target":"Package","version":"[11.3.6, )"},"Avalonia.Fonts.Inter":{"target":"Package","version":"[11.3.6, )"},"Avalonia.Themes.Fluent":{"target":"Package","version":"[11.3.6, )"},"CommunityToolkit.Mvvm":{"target":"Package","version":"[8.2.1, )"},"LibVLCSharp":{"target":"Package","version":"[*, )"},"VideoLAN.LibVLC.Windows":{"target":"Package","version":"[3.0.21, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Runtime.linux-x64","version":"[9.0.10, 9.0.10]"},{"name":"Microsoft.AspNetCore.App.Runtime.win-x64","version":"[9.0.10, 9.0.10]"},{"name":"Microsoft.NETCore.App.Host.linux-x64","version":"[9.0.10, 9.0.10]"},{"name":"Microsoft.NETCore.App.Host.win-x64","version":"[9.0.10, 9.0.10]"},{"name":"Microsoft.NETCore.App.Runtime.linux-x64","version":"[9.0.10, 9.0.10]"},{"name":"Microsoft.NETCore.App.Runtime.win-x64","version":"[9.0.10, 9.0.10]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/sdk/9.0.111/PortableRuntimeIdentifierGraph.json"}}"runtimes":{"linux-x64":{"#import":[]},"win-x64":{"#import":[]}}
|
||||||
@ -1 +1 @@
|
|||||||
17620170473972134
|
17620188570108436
|
||||||
Loading…
x
Reference in New Issue
Block a user