Skip to content

Commit 2b59d5c

Browse files
committed
Add specific targets for .NET8 to core and automapper
1 parent e61af83 commit 2b59d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Merq.AutoMapper/Merq.AutoMapper.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net472</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net8.0;net472</TargetFrameworks>
55
<PackageId>Merq.AutoMapper</PackageId>
66
<Title>A specialized Message Bus that allows cross observing and executing of events and commands from structurally compatible types even if they are from disparate assemblies, as long as their full name is the same, otherwise known as "duck typing".</Title>
77
<Description>$(Title)</Description>

src/Merq/Merq.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
55
<PackageId>Merq</PackageId>
66
<Title>
77
Merq: Message Bus (Commands + Events) mediator for internal application architecture via command and event messages.

0 commit comments

Comments
 (0)