File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Cofoundry.Plugins.Mail.MailKit Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Task("Patch-Assembly-Version")
47
47
48
48
Information ( "Building version {0} of Cofoundry." , versionInfo . InformationalVersion ) ;
49
49
50
- isPrerelease = ! string . IsNullOrEmpty ( versionInfo . PreReleaseNumber ) ;
50
+ isPrerelease = versionInfo . PreReleaseNumber . HasValue ;
51
51
52
52
// Patch the version number so it's picked up when dependent projects are references
53
53
// as nuget dependencies. Can't find a better way to do this.
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard1.6 </TargetFramework >
4
+ <TargetFramework >netstandard2.0 </TargetFramework >
5
5
6
6
<PackageId >Cofoundry.Plugins.Mail.MailKit</PackageId >
7
7
<Description >Cofoundry mail services that utilize the cross platform MailKit library.</Description >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Cofoundry.Core" Version =" 0.2.0-beta0022 " />
19
+ <PackageReference Include =" Cofoundry.Core" Version =" 0.2.0-beta0054 " />
20
20
<PackageReference Include =" MailKit" Version =" 1.16.2" />
21
21
</ItemGroup >
22
22
You can’t perform that action at this time.
0 commit comments