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 27a4fb1 commit 0cdca40Copy full SHA for 0cdca40
Directory.Build.props
@@ -10,7 +10,8 @@
10
</PropertyGroup>
11
12
<PropertyGroup>
13
- <ReqnrollPackageDisplayName>Reqnroll for Visual Studio 2022 & 2026</ReqnrollPackageDisplayName>
+ <!-- note: the VSSDK tooling does not allow passing & to the package name, hence we use 'and' -->
14
+ <ReqnrollPackageDisplayName>Reqnroll for Visual Studio 2022 and 2026</ReqnrollPackageDisplayName>
15
16
17
0 commit comments