Skip to content

Commit

Permalink
Target .NET Core 3.0/3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieJKendall committed Feb 25, 2020
1 parent dc1750c commit 99470f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
site_name: Snoozle
repo_url: https://github.com/charliejkendall/snoozle
repo_url: https://github.com/CharlieJKendall/Snoozle
repo_name: GitHub
edit_uri: docs/
site_description: Documentation for Snoozle
site_author: Charlie Kendall
copyright: Copyright (c) Charlie Kendall 2020
copyright: Copyright (c) Charlie Kendall 2020
nav:
- Home: index.md
theme: readthedocs
3 changes: 1 addition & 2 deletions src/Snoozle/Snoozle.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>Snoozle</PackageId>
<Authors>Charlie Kendall</Authors>
Expand All @@ -25,7 +25,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.2.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.0" />
</ItemGroup>

</Project>

0 comments on commit 99470f9

Please sign in to comment.