Compare commits
No commits in common. 'master' and 'Test' have entirely different histories.
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 432 KiB |
Before Width: | Height: | Size: 428 KiB |
@ -1,13 +1,5 @@
|
||||
[](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é
|
||||
# Dice_App
|
||||
|
||||
|
||||
|
||||
# Un titre
|
@ -1,10 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
@ -1,18 +0,0 @@
|
||||
<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