From b721ab9b06ba8576b60c2ab3a49b50a657b42d8f Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 4 Dec 2024 19:13:41 +1100 Subject: [PATCH] refs and cleanup --- src/EmptyFiles/EmptyFiles.csproj | 2 +- src/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EmptyFiles/EmptyFiles.csproj b/src/EmptyFiles/EmptyFiles.csproj index 3791632..e29b72e 100644 --- a/src/EmptyFiles/EmptyFiles.csproj +++ b/src/EmptyFiles/EmptyFiles.csproj @@ -1,6 +1,6 @@ - net472;net48 + net462;net472;net48 $(TargetFrameworks);net6.0;net7.0;net8.0;net9.0 diff --git a/src/global.json b/src/global.json index e69a6ee..45c0c78 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "9.0.101", "allowPrerelease": true, "rollForward": "latestFeature" }