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.
2 parents dcf45fd + 6c48777 commit e57b391Copy full SHA for e57b391
src/NServiceBus.AzureFunctions.Analyzer/NServiceBus.AzureFunctions.Analyzer.csproj
@@ -14,5 +14,11 @@
14
<!-- this package can only be upgraded when we drop support for older versions of Visual Studio -->
15
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
16
</ItemGroup>
17
+
18
+ <Target Name="UseMajorMinorPatchForAssemblyVersion" AfterTargets="MinVer">
19
+ <PropertyGroup>
20
+ <AssemblyVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch).0</AssemblyVersion>
21
+ </PropertyGroup>
22
+ </Target>
23
24
</Project>
0 commit comments