File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net8.0 </TargetFrameworks >
5
5
<Product >Foundatio</Product >
6
6
<Description >Pluggable foundation blocks for building distributed apps.</Description >
7
7
<PackageProjectUrl >https://github.com/FoundatioFx/Foundatio.Minio</PackageProjectUrl >
11
11
<MinVerTagPrefix >v</MinVerTagPrefix >
12
12
<ReferenceFoundatioSource Condition =" $(SolutionName.Contains('All')) Or !$(SolutionName.Contains('Foundatio'))" >true</ReferenceFoundatioSource >
13
13
14
- <Copyright >Copyright (c) 2024 Foundatio. All rights reserved.</Copyright >
14
+ <Copyright >Copyright (c) 2025 Foundatio. All rights reserved.</Copyright >
15
15
<Authors >FoundatioFx</Authors >
16
16
<NoWarn >$(NoWarn);CS1591;NU1701</NoWarn >
17
17
<WarningsAsErrors >true</WarningsAsErrors >
Original file line number Diff line number Diff line change
1
+ {
2
+ "sdk" : {
3
+ "version" : " 9.0.100" ,
4
+ "rollForward" : " latestMinor" ,
5
+ "allowPrerelease" : false
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments