Skip to content

Commit 85e6b5e

Browse files
Update ContainerRegistry code to use ORAS.NET
1 parent 9c8bd26 commit 85e6b5e

4 files changed

Lines changed: 381 additions & 1249 deletions

File tree

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ param (
2323
[ValidateSet("Debug", "Release")]
2424
[string] $BuildConfiguration = "Debug",
2525

26-
[ValidateSet("net472")]
27-
[string] $BuildFramework = "net472"
26+
[ValidateSet("net8.0")]
27+
[string] $BuildFramework = "net8.0"
2828
)
2929

3030
Import-Module -Name "$PSScriptRoot/buildtools.psd1" -Force

0 commit comments

Comments
 (0)