Skip to content

Commit

Permalink
Add readme for model
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX committed Jan 25, 2023
1 parent 2b158c7 commit 68b4a48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README_Model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# XanatosX.IL2Career.DatabaseAccess

This readme is a stub!
8 changes: 8 additions & 0 deletions src/IL2CareerModel/IL2CareerModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@
<PackageProjectUrl>https://github.com/XanatosX/IL2CarrerReviver</PackageProjectUrl>
<RepositoryUrl>https://github.com/XanatosX/IL2CarrerReviver</RepositoryUrl>
<PackageTags>dotnet, c#, IL2-Sturmovik</PackageTags>
<PackageReadmeFile>README_Model.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README_Model.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" />
Expand Down

0 comments on commit 68b4a48

Please sign in to comment.