Skip to content

Commit

Permalink
remove gitversioning
Browse files Browse the repository at this point in the history
  • Loading branch information
KircMax committed Dec 2, 2023
1 parent 80d0983 commit 7587a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/Webserver.API/Webserver.API.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net48;netstandard2.0;net6.0;net7.0</TargetFrameworks>
<AssemblyName>Siemens.Simatic.S7.Webserver.API</AssemblyName>
<RootNamespace>Siemens.Simatic.S7.Webserver.API</RootNamespace>
<Platforms>x64;AnyCPU;x86</Platforms>
Expand Down Expand Up @@ -32,8 +32,5 @@
<ItemGroup>
<None Include="..\..\docs\screens\product-simatic-s7-1500-256-256.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.133" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<AssemblyName>Webserver.API.UnitTests</AssemblyName>
<RootNamespace>Webserver.API.UnitTests</RootNamespace>
Expand Down

0 comments on commit 7587a2b

Please sign in to comment.