worked on my machine...

This commit is contained in:
pizzaboxer 2023-07-23 23:36:19 +01:00
parent f422f275ae
commit df422cceb5
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
4 changed files with 2 additions and 102 deletions

View File

@ -18,15 +18,8 @@ jobs:
with:
dotnet-version: '6.0.x'
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Restore dependencies
run: dotnet restore --locked-mode
run: dotnet restore
- name: Build
run: dotnet build --no-restore

View File

@ -10,7 +10,6 @@
<Version>2.4.0</Version>
<FileVersion>2.4.0.0</FileVersion>
<ApplicationManifest>app.manifest</ApplicationManifest>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
<ItemGroup>

View File

@ -1,92 +0,0 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"CommunityToolkit.Mvvm": {
"type": "Direct",
"requested": "[8.2.1, )",
"resolved": "8.2.1",
"contentHash": "I24ofWVEdplxYjUez9/bljv/qb8r8Ccj6cvYXHexNBegLaD3iDy3QrzAAOYVMmfGWIXxlU1ZtECQNfU07+6hXQ=="
},
"DiscordRichPresence": {
"type": "Direct",
"requested": "[1.1.4.20, )",
"resolved": "1.1.4.20",
"contentHash": "rn7mW7qlg6PM4lQceECsguNsSFoxVtPoGeIpHYqAZbtmbo49zTzPPSQmNVwQFUWVeZ0XxBv+UtHOFdLo6T9t3A==",
"dependencies": {
"Microsoft.Win32.Registry": "4.5.0",
"Newtonsoft.Json": "13.0.1"
}
},
"securifybv.ShellLink": {
"type": "Direct",
"requested": "[0.1.0, )",
"resolved": "0.1.0",
"contentHash": "VjJ8rJi6+yVla8DG1XRthwVneZq2Iojhf0KXwEKqJ+bIgbFTCIMpq33i0/HvPJSS1TdmaoGEnPHmjwP2ibenaA==",
"dependencies": {
"securifybv.PropertyStore": "0.1.0"
}
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "2.0.0",
"contentHash": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ=="
},
"Microsoft.Win32.Registry": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
"dependencies": {
"System.Security.AccessControl": "4.5.0",
"System.Security.Principal.Windows": "4.5.0"
}
},
"Microsoft.Win32.SystemEvents": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"securifybv.PropertyStore": {
"type": "Transitive",
"resolved": "0.1.0",
"contentHash": "N7oMyWl3RCbSi8SFK3vVtBpJD3OompLGZOwO2VQpyw6d8Qk8HTxCSuQzeSB4QzUWewQvMoQu5Qr5QgDQ1z5/5g=="
},
"System.Drawing.Common": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
"dependencies": {
"Microsoft.Win32.SystemEvents": "6.0.0"
}
},
"System.Security.AccessControl": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.Principal.Windows": "4.5.0"
}
},
"System.Security.Principal.Windows": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
}
},
"WPF-UI": {
"type": "Project",
"dependencies": {
"System.Drawing.Common": "[6.0.0, )"
}
}
}
}
}

2
wpfui

@ -1 +1 @@
Subproject commit 329101fe5671acf01f593f57bcbf9fd48797525b
Subproject commit 5f0a87d7d8bc19335ad1c15a93e1c17efc3c2f6e