Update .NET version, version number

This commit is contained in:
Noi 2020-04-24 13:54:47 -07:00
parent d394626f6d
commit 52bb3cfd69
2 changed files with 5 additions and 5 deletions

View file

@ -3,9 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>BirthdayBot</RootNamespace>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.4.2</Version>
<Authors>Noi</Authors>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.4.3</Version>
<Authors>NoiTheCat</Authors>
<Company />
<Description>Discord bot for birthday reminders.</Description>
<StartupObject>Sub Main</StartupObject>

View file

@ -7,8 +7,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>netcoreapp2.0</TargetFramework>
<PublishDir>bin\Release\netcoreapp2.0\publish\</PublishDir>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PublishDir>bin\Release\netcoreapp2.1\publish\</PublishDir>
<SelfContained>false</SelfContained>
<_IsPortable>true</_IsPortable>
</PropertyGroup>