Skip to content

Commit

Permalink
TargetFramework AssemblyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-paukert-tfs committed Aug 3, 2023
1 parent d3b29f9 commit 7535537
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../build.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.0.0.3</Version>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
</ItemGroup>
Expand Down
10 changes: 1 addition & 9 deletions build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.0.0.3</Version>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<!-- Strong Signing assemblies in Release configuration -->
Expand Down

0 comments on commit 7535537

Please sign in to comment.