We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7754f5 commit 00c73beCopy full SHA for 00c73be
1 file changed
src/Services/ClientGeneratorService.cs
@@ -13,8 +13,8 @@ namespace GeneralUpdate.Tools.Services;
13
public class ClientGeneratorService
14
{
15
private const string ClientTemplate = """
16
-#r "nuget: GeneralUpdate.ClientCore"
17
-#r "nuget: GeneralUpdate.Core"
+#r "nuget: GeneralUpdate.ClientCore, 10.4.6"
+#r "nuget: GeneralUpdate.Core, 10.4.6"
18
19
using GeneralUpdate.ClientCore;
20
using GeneralUpdate.Common.Shared.Object;
@@ -72,8 +72,8 @@ public class ClientGeneratorService
72
""";
73
74
private const string UpgradeTemplate = """
75
76
77
78
using GeneralUpdate.Core;
79
using GeneralUpdate.Common.Shared;
0 commit comments