Skip to content

Commit 779dca4

Browse files
author
Github Actions
committed
Remove global.json configuration file and update project SDK references in AppDataStorage and AppDataStorage.Test to version 1.8.0 for improved compatibility.
1 parent 259e5ef commit 779dca4

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

AppDataStorage.Test/AppDataStorage.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="ktsu.Sdk.Test">
1+
<Project Sdk="ktsu.Sdk.Test/1.8.0">
22
<ItemGroup>
33
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="22.0.14" />
44
</ItemGroup>

AppDataStorage/AppDataStorage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="ktsu.Sdk.Lib">
1+
<Project Sdk="ktsu.Sdk.Lib/1.8.0">
22
<PropertyGroup>
33
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
44
</PropertyGroup>

global.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)