Skip to content

Commit e263fb7

Browse files
benvillalobosbaronfel
authored andcommitted
Add VS (non-core) Compatibility (#164)
* Add new net472 tooltask for CreateNewImage * Modify build to support multi-targeting net472/net7.0
1 parent 1aeb3a8 commit e263fb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Microsoft.NET.Build.Containers/ContainerHelpers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public enum PortType
1818

1919
public record Port(int number, PortType type);
2020

21+
2122
public static class ContainerHelpers
2223
{
2324
public const string HostObjectUser = "SDK_CONTAINER_REGISTRY_UNAME";

Microsoft.NET.Build.Containers/CreateNewImageToolTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ private string Quote(string path)
9696

9797
return $"\"{path}\"";
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)