Compare commits
12 Commits
Author | SHA1 | Date |
---|---|---|
|
39598f6340 | 3 years ago |
|
66b9cbc048 | 3 years ago |
|
4b88c74e18 | 3 years ago |
|
c7e03d1bf1 | 3 years ago |
|
ff9385bac5 | 3 years ago |
|
03966857bf | 3 years ago |
|
f201ff2ab7 | 3 years ago |
|
8543136568 | 3 years ago |
|
45efe5b303 | 3 years ago |
|
8a49c10e4d | 3 years ago |
|
2589f98653 | 3 years ago |
|
c99265cc4c | 3 years ago |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 432 KiB |
After Width: | Height: | Size: 428 KiB |
@ -1,5 +1,13 @@
|
|||||||
# Dice_App
|
[](https://codefirst.iut.uca.fr/najlae.lambaraa/Dice_App)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=Test)
|
||||||
|
# Dice App
|
||||||
|
Dice App est une application mobile de jeu dés simple laquelle vous pouvez jouer a vos jeux de société
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Un titre
|
|
@ -0,0 +1,10 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,18 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.10" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.10" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.10">
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
</PackageReference>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
Loading…
Reference in new issue