Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rizamarhaban committed Oct 27, 2017
1 parent a30a4d1 commit 122fa71
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
@@ -1,5 +1,31 @@
# XamarinAutofac
Using Autofac DI/IoC Container in Xamarin.Forms iOS & Android Mobile Apps
Using Autofac DI/IoC Container in Xamarin.Forms iOS & Android Mobile Apps and UWP Fall Creators Update!

## UPDATE
Added the **MobileClient.UWP** for Windows 10 Fall Creators Update. Must install **Windows 10 SDK (16299.15)**. Here is the ```.csproj``` for the UWP project:

``` xml
<ItemGroup>
<PackageReference Include="Autofac">
<Version>4.6.2</Version>
</PackageReference>
<PackageReference Include="Autofac.Extras.CommonServiceLocator">
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="CommonServiceLocator">
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="SomeExternalServices">
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>2.4.0.282</Version>
</PackageReference>
</ItemGroup>
```

Youtube: [Demo of this source code](https://www.youtube.com/watch?v=ICjKv-N8ILU)

Expand Down

0 comments on commit 122fa71

Please sign in to comment.