This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ You will also need either include a `global.json` with:
7878``` json
7979{
8080 "msbuild-sdks" : {
81- "Xamarin.Legacy.Sdk" : " 0.1 .0-alpha2 "
81+ "Xamarin.Legacy.Sdk" : " 0.2 .0-alpha3 "
8282 }
8383}
8484```
8585
8686Or specify the version inline:
8787
8888``` xml
89- <Project Sdk =" Xamarin.Legacy.Sdk/0.1 .0-alpha2 " >
89+ <Project Sdk =" Xamarin.Legacy.Sdk/0.2 .0-alpha3 " >
9090```
9191
9292To setup a binding project instead of a class library, simply set
Original file line number Diff line number Diff line change 11{
22 "msbuild-sdks" : {
33 "Microsoft.Build.NoTargets" : " 2.0.1" ,
4- "Xamarin.Legacy.Sdk" : " 0.2.0-alpha2 "
4+ "Xamarin.Legacy.Sdk" : " 0.2.0-alpha3 "
55 }
66}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.Build.NoTargets" >
22 <PropertyGroup >
33 <TargetFramework >netstandard2.0</TargetFramework >
4- <PackageVersion >0.2.0-alpha2 </PackageVersion >
4+ <PackageVersion >0.2.0-alpha3 </PackageVersion >
55 <PackageType >MSBuildSdk</PackageType >
66 <OutputPath >../../bin/$(Configuration)/</OutputPath >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
You can’t perform that action at this time.
0 commit comments