Skip to content

Commit 67d2b11

Browse files
committed
Update build properties.
1 parent 422e85c commit 67d2b11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Product>EntityFrameworkCore.Jet</Product>
77
<Authors>Laurents Meyer, Bubi</Authors>
88
<Company>Bubi</Company>
9-
<Copyright>Copyright © 2017-2021 Bubi</Copyright>
9+
<Copyright>Copyright © 2017-$([System.DateTime]::Now.Year) Bubi</Copyright>
1010
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
1111
<LangVersion>latest</LangVersion>
1212
<DebugType>portable</DebugType>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.203",
3+
"version": "5.0.0",
44
"allowPrerelease": false,
55
"rollForward": "latestFeature"
66
}

0 commit comments

Comments
 (0)