|
|
|
|
@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
|
<!--2022.6.2--> |
|
|
|
|
<Version>2022.8.4</Version> |
|
|
|
|
<Version>2022.9.0</Version> |
|
|
|
|
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace> |
|
|
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
|
@ -56,7 +56,7 @@
@@ -56,7 +56,7 @@
|
|
|
|
|
--> |
|
|
|
|
<Target Name="SetSourceRevisionId" BeforeTargets="CoreGenerateAssemblyInfo"> |
|
|
|
|
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8" ConsoleToMSBuild="True" IgnoreExitCode="False"> |
|
|
|
|
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput" /> |
|
|
|
|
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput"/> |
|
|
|
|
</Exec> |
|
|
|
|
</Target> |
|
|
|
|
<Target Name="WriteRevision" AfterTargets="SetSourceRevisionId"> |
|
|
|
|
|