Skip to content

Commit e322e40

Browse files
authored
Merge pull request #14 from gitextensions/UseArcade
Use Arcade SDK
2 parents ad3ade7 + 9dc42fd commit e322e40

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
3+
<Import Project="..\Directory.Build.props" />
34

45
<PropertyGroup>
56
<Copyright>Copyright &#xA9; 2012 Marcus Bauer &lt;[email protected]&gt; // Copyright &#xA9; 2019 Git Extensions</Copyright>

Directory.Build.targets

-3
This file was deleted.

Git.hub/Git.hub.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)