Skip to content

Commit 300cd83

Browse files
author
tompeeters_macomi
committed
Attempt to fix decompile errors.
1 parent b0ac15e commit 300cd83

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.3.1</Version>
3+
<Version>3.3.2</Version>
44
<UsePackageReferences>false</UsePackageReferences>
55
<PackageLicenseFile>LICENSE</PackageLicenseFile>
66
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.0"
4+
"rollForward": "latestMinor",
5+
}
6+
}

0 commit comments

Comments
 (0)