Skip to content

Commit d08f169

Browse files
committed
Target .NET 8 TFM
1 parent ec53877 commit d08f169

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
55
<Product>Foundatio</Product>
66
<Description>Pluggable foundation blocks for building distributed apps.</Description>
77
<PackageProjectUrl>https://github.com/FoundatioFx/Foundatio.Minio</PackageProjectUrl>
@@ -11,7 +11,7 @@
1111
<MinVerTagPrefix>v</MinVerTagPrefix>
1212
<ReferenceFoundatioSource Condition="$(SolutionName.Contains('All')) Or !$(SolutionName.Contains('Foundatio'))">true</ReferenceFoundatioSource>
1313

14-
<Copyright>Copyright (c) 2024 Foundatio. All rights reserved.</Copyright>
14+
<Copyright>Copyright (c) 2025 Foundatio. All rights reserved.</Copyright>
1515
<Authors>FoundatioFx</Authors>
1616
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
1717
<WarningsAsErrors>true</WarningsAsErrors>

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.100",
4+
"rollForward": "latestMinor",
5+
"allowPrerelease": false
6+
}
7+
}

0 commit comments

Comments
 (0)