8000 Move to .NET Standard 2.0 · libgit2/libgit2sharp@fffc5a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit fffc5a6

Browse files
committed
Move to .NET Standard 2.0
1 parent 12550d6 commit fffc5a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net46;netcoreapp1.0</TargetFrameworks>
3+
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<DefineConstants Condition=" '$(TargetFramework)' == 'net46' ">$(DefineConstants);DESKTOP</DefineConstants>
66
<IsPackable>false</IsPackable>

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net40;netstandard1.3</TargetFrameworks>
3+
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
55
<Description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</Description>
66
<Company>LibGit2Sharp contributors</Company>

0 commit comments

Comments
 (0)
0