Skip to content

Commit

Permalink
fix UWP sample build (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
mregen authored Feb 6, 2024
1 parent d573eaa commit 591ceb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Stack/Opc.Ua.Core/Types/Utils/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static partial class Utils
/// <summary>
/// The default LocalFolder.
/// </summary>
public static readonly string DefaultLocalFolder = Directory.GetCurrentDirectory();
public static string DefaultLocalFolder { get; set; } = Directory.GetCurrentDirectory();

/// <summary>
/// The full name of the Opc.Ua.Core assembly.
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.5.373-preview",
"versionHeightOffset": 0,
"versionHeightOffset": 106,
"nugetPackageVersion": {
"semVer": 2
},
Expand Down

0 comments on commit 591ceb0

Please sign in to comment.