File tree Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.0</TargetFramework >
5
- <PackageVersion >1.0.2</PackageVersion >
6
- </PropertyGroup >
7
-
8
- <ItemGroup >
9
- <PackageReference Include =" BraintreeHttp-Dotnet" Version =" 0.3.0" />
10
- </ItemGroup >
11
-
12
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
5
+ <PackageVersion >1.0.2</PackageVersion >
6
+ </PropertyGroup >
7
+
8
+ <ItemGroup >
9
+ <PackageReference Include =" BraintreeHttp-Dotnet" Version =" 0.3.0" />
10
+ </ItemGroup >
11
+
12
+ </Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.1</TargetFramework >
6
- <PackageVersion >1.0.2</PackageVersion >
7
- </PropertyGroup >
8
-
9
- <ItemGroup >
10
- <Compile Remove =" Program.cs" />
11
- </ItemGroup >
12
- <ItemGroup >
13
- <ProjectReference Include =" ..\PayPalCheckoutSdk\PayPalCheckoutSdk.csproj" />
14
- </ItemGroup >
15
- <ItemGroup >
16
- <Folder Include =" CaptureIntentExamples\" />
17
- <Folder Include =" AuthorizeIntentExamples\" />
18
- </ItemGroup >
19
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >netcoreapp2.1</TargetFramework >
6
+ <PackageVersion >1.0.2</PackageVersion >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <Compile Remove =" Program.cs" />
11
+ </ItemGroup >
12
+ <ItemGroup >
13
+ <ProjectReference Include =" ..\PayPalCheckoutSdk\PayPalCheckoutSdk.csproj" />
14
+ </ItemGroup >
15
+ <ItemGroup >
16
+ <Folder Include =" CaptureIntentExamples\" />
17
+ <Folder Include =" AuthorizeIntentExamples\" />
18
+ </ItemGroup >
19
+ </Project >
You can’t perform that action at this time.
0 commit comments