Skip to content

Commit 0b78493

Browse files
author
jburnett
committed
Convert to netstandard 2.1
1 parent 2d2320d commit 0b78493

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

common.prod.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<Import Project="./common.props" />
44

5+
<!-- Target frameworks -->
6+
<PropertyGroup>
7+
<TargetFrameworks>netstandard2.1</TargetFrameworks>
8+
</PropertyGroup>
59

610
<!-- NuGet package attributes -->
711
<PropertyGroup>

common.props

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@
77
<Authors>@jburnett</Authors>
88
</PropertyGroup>
99

10-
<!-- Target frameworks -->
11-
<PropertyGroup>
12-
<TargetFrameworks>net8.0</TargetFrameworks>
13-
</PropertyGroup>
14-
1510
<!-- Assembly version & attribute controls -->
1611
<PropertyGroup>
1712
<!-- Associate test assemblies with AltaModa Extensions -->
1813
<Product>AltaModa .NET Extensions</Product>
1914

20-
<VersionPrefix>4.0.0</VersionPrefix>
15+
<VersionPrefix>4.1.0</VersionPrefix>
2116

2217
<GenerateAssemblyConfigurationAttribute>true</GenerateAssemblyConfigurationAttribute>
2318
<GenerateAssemblyCompanyAttribute>true</GenerateAssemblyCompanyAttribute>

common.test.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<Import Project="./common.props" />
44

5+
<!-- Target frameworks -->
6+
<PropertyGroup>
7+
<TargetFrameworks>net8.0</TargetFrameworks>
8+
</PropertyGroup>
59

610
<!-- Packages for test support -->
711
<ItemGroup>

0 commit comments

Comments
 (0)