From 954dc6c2c851667901222b6e449e41f0ed771e8c Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Sat, 16 Mar 2024 13:56:53 -0400 Subject: [PATCH] Fix versions --- Directory.Packages.props | 26 +++++++++++++------------- global.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ba78a5d..0db7a9f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,22 +13,22 @@ - - - - - - - + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - - + + + + + + diff --git a/global.json b/global.json index 4e08f95..282c5a8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.300", + "version": "8.0.203", "rollForward": "latestFeature" } } \ No newline at end of file