We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422e85c commit 67d2b11Copy full SHA for 67d2b11
2 files changed
Directory.Build.props
@@ -6,7 +6,7 @@
6
<Product>EntityFrameworkCore.Jet</Product>
7
<Authors>Laurents Meyer, Bubi</Authors>
8
<Company>Bubi</Company>
9
- <Copyright>Copyright © 2017-2021 Bubi</Copyright>
+ <Copyright>Copyright © 2017-$([System.DateTime]::Now.Year) Bubi</Copyright>
10
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
11
<LangVersion>latest</LangVersion>
12
<DebugType>portable</DebugType>
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "5.0.203",
+ "version": "5.0.0",
4
"allowPrerelease": false,
5
"rollForward": "latestFeature"
}
0 commit comments