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 7f5fa57 commit d9c84ecCopy full SHA for d9c84ec
TELBlazor.Components/TELBlazor.Components.csproj
@@ -86,6 +86,10 @@ namespace TELBlazor.Components.TELBlazorPackageVersion
86
<Exec WorkingDirectory="$(MSBuildProjectDirectory)/.."
87
Command="npx gulp --cwd "$(MSBuildProjectDirectory)" --gulpfile "$(MSBuildProjectDirectory)/gulpfile.js"" />
88
</Target>
89
-
+ <!--qqqq i dont think this should be needed-->
90
+ <ItemGroup>
91
+ <Compile Include="TELBlazorPackageVersion\VersionInfo.TELBlazor.cs" />
92
+ <Compile Include="TELBlazorPackageVersion\VersionInfo.TELFrontEnd.cs" />
93
+ </ItemGroup>
94
</Project>
95
0 commit comments