Skip to content

Commit 28b8939

Browse files
committed
remove the file version configuration
1 parent 12bb9f5 commit 28b8939

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Sotsera.Sources.Common/Sotsera.Sources.Common.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939
</PackageReference>
4040
</ItemGroup>
4141

42-
<Target Name="MyTarget" AfterTargets="MinVer">
43-
<PropertyGroup>
44-
<GITHUB_RUN_NUMBER Condition="'$(GITHUB_RUN_NUMBER)' == ''">0</GITHUB_RUN_NUMBER>
45-
<FileVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch).$(GITHUB_RUN_NUMBER)</FileVersion>
46-
</PropertyGroup>
47-
</Target>
48-
4942
<ItemGroup>
5043
<None Include="../../Readme.md;../../icon.png" Pack="true" PackagePath="/" Visible="false" />
5144
<None Include="Sotsera.Sources.Common.props" Pack="true" PackagePath="build/" Visible="true" Action="Compile" />

0 commit comments

Comments
 (0)