Skip to content

Commit 3b1dd5a

Browse files
committed
Use netstandard2.0 and net8.0 targets for VbaCompression library
Unit tests project must target actual .NET release so we use .NET Framework 4.8 instead of `netstandard2.0` Implements issue #4
1 parent 8a703d4 commit 3b1dd5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>1.0.0</VersionPrefix>
5-
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Kavod.Vba.Compression.Tests/Kavod.Vba.Compression.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<TargetFrameworks>net48;net8.0</TargetFrameworks>
45
<IsPackable>false</IsPackable>
56
</PropertyGroup>
67

0 commit comments

Comments
 (0)