mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
b64c34c8cd
- Change test projects from net10.0 to net9.0 to match source projects - Update build workflow from net8.0 to net9.0 - Upgrade checkout to v5, setup-dotnet to v5 across all workflows - Remove outdated PS 7.2 test matrix entries - Restructure integration tests: create test keeps VM alive so start/stop, snapshot, and cloud-init tests can use it instead of skipping. AfterAll handles cleanup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
210 B
XML
10 lines
210 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|