Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit b54c1e9

Browse files
Israel SotoSotoiGhost
Israel Soto
authored andcommitted
Added global props and config
1 parent 4902526 commit b54c1e9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<PropertyGroup>
3+
<BaseOutputPath>bin\$(MSBuildProjectName)\</BaseOutputPath>
4+
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
5+
<MSBuildProjectExtensionsPath>obj\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
6+
</PropertyGroup>
7+
</Project>

global.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"sdk": {
3+
"version": "6.0.201",
4+
"rollForward": "latestPatch"
5+
},
6+
"msbuild-sdks": {
7+
"Xamarin.Legacy.Sdk": "0.1.2-alpha6"
8+
}
9+
}

0 commit comments

Comments
 (0)