Skip to content

Commit 2fd2e10

Browse files
committed
upgrade TargetFrameworks from net45 to net462
1 parent 10b93ec commit 2fd2e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DPB/DPB.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net45;netstandard2.0;</TargetFrameworks>
4+
<TargetFrameworks>net462;netstandard2.0;</TargetFrameworks>
55
<Version>0.6.7</Version>
66
<AssemblyName>DPB</AssemblyName>
77
<RootNamespace>DPB</RootNamespace>
@@ -42,9 +42,9 @@ You can add annotations to the code templates, and use DPB to automatically filt
4242
<DefineConstants>TRACE</DefineConstants>
4343
</PropertyGroup>
4444

45-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
45+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
4646
<OutputPath>..\..\BuildOutPut\</OutputPath>
47-
<DocumentationFile>..\..\BuildOutPut\net45\DPB.xml</DocumentationFile>
47+
<DocumentationFile>..\..\BuildOutPut\net462\DPB.xml</DocumentationFile>
4848
</PropertyGroup>
4949

5050
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">

0 commit comments

Comments
 (0)