File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<Import Project =" ./common.props" />
4
4
5
+ <!-- Target frameworks -->
6
+ <PropertyGroup >
7
+ <TargetFrameworks >netstandard2.1</TargetFrameworks >
8
+ </PropertyGroup >
5
9
6
10
<!-- NuGet package attributes -->
7
11
<PropertyGroup >
Original file line number Diff line number Diff line change 7
7
<Authors >@jburnett</Authors >
8
8
</PropertyGroup >
9
9
10
- <!-- Target frameworks -->
11
- <PropertyGroup >
12
- <TargetFrameworks >net8.0</TargetFrameworks >
13
- </PropertyGroup >
14
-
15
10
<!-- Assembly version & attribute controls -->
16
11
<PropertyGroup >
17
12
<!-- Associate test assemblies with AltaModa Extensions -->
18
13
<Product >AltaModa .NET Extensions</Product >
19
14
20
- <VersionPrefix >4.0 .0</VersionPrefix >
15
+ <VersionPrefix >4.1 .0</VersionPrefix >
21
16
22
17
<GenerateAssemblyConfigurationAttribute >true</GenerateAssemblyConfigurationAttribute >
23
18
<GenerateAssemblyCompanyAttribute >true</GenerateAssemblyCompanyAttribute >
Original file line number Diff line number Diff line change 2
2
3
3
<Import Project =" ./common.props" />
4
4
5
+ <!-- Target frameworks -->
6
+ <PropertyGroup >
7
+ <TargetFrameworks >net8.0</TargetFrameworks >
8
+ </PropertyGroup >
5
9
6
10
<!-- Packages for test support -->
7
11
<ItemGroup >
You can’t perform that action at this time.
0 commit comments