Skip to content

Commit 7dd9e1f

Browse files
committed
add NET5.0 and bump version
1 parent 859661e commit 7dd9e1f

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"mapster.tool": {
6-
"version": "6.5.2",
6+
"version": "7.0.0",
77
"commands": [
88
"dotnet-mapster"
99
]

src/Mapster.Tool/Mapster.Tool.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
66
<IsPackable>true</IsPackable>
77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>dotnet-mapster</ToolCommandName>
@@ -15,7 +15,7 @@
1515
<SignAssembly>true</SignAssembly>
1616
<AssemblyOriginatorKeyFile>Mapster.Tool.snk</AssemblyOriginatorKeyFile>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18-
<Version>6.5.2</Version>
18+
<Version>7.0.0</Version>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<Copyright>Copyright (c) 2020 Chaowlert Chaisrichalermpol</Copyright>
2121
<PackageIcon>icon.png</PackageIcon>

src/Mapster.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
99
..\.config\dotnet-tools.json = ..\.config\dotnet-tools.json
10-
global.json = global.json
1110
..\LICENSE = ..\LICENSE
1211
..\README.md = ..\README.md
1312
EndProjectSection

src/Mapster/Mapster.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.1</NetStandardImplicitPackageVersion>
2121
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2222
<RootNamespace>Mapster</RootNamespace>
23-
<Version>6.5.1</Version>
23+
<Version>7.0.0</Version>
2424
<LangVersion>8.0</LangVersion>
2525
<Nullable>enable</Nullable>
2626
<NoWarn>1701;1702;8618</NoWarn>

src/global.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)