You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/GitBuildInfo.SourceGenerator/Directory.Build.props
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
5
<IsPackable>true</IsPackable>
6
6
<Version>1.0.13</Version>
7
-
<PackageReleaseNotes>Fixed issue where building can result in a build performance decrease due to having the build task being inline.</PackageReleaseNotes>
7
+
<PackageReleaseNotes>Fixed issue where building can result in a build performance decrease due to having the build task being inline.
8
+
Also made build task target .NET Standard 2.0 only.
9
+
I think this one should work for everyone even for those using .NET Framework's msbuild.</PackageReleaseNotes>
8
10
<Copyright>Copyright (c) 2021</Copyright>
9
11
<!-- Suppresses the warnings about the package not having assemblies in lib/*/.dll.-->
0 commit comments