We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fb21f commit f5cd8a2Copy full SHA for f5cd8a2
1 file changed
Directory.Build.props
@@ -2,11 +2,11 @@
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4
<PropertyGroup Label="Configuration variables">
5
- <DotNet3Version>3.1.22</DotNet3Version>
6
- <DotNet5Version>5.0.0</DotNet5Version>
7
- <DotNet6Version>6.0.0</DotNet6Version>
8
- <DotNet7Version>7.0.0</DotNet7Version>
9
- <DotNet8Version>8.0.0</DotNet8Version>
+ <DotNet3Version>3.1.*</DotNet3Version>
+ <DotNet5Version>5.0.*</DotNet5Version>
+ <DotNet6Version>6.0.*</DotNet6Version>
+ <DotNet7Version>7.0.*</DotNet7Version>
+ <DotNet8Version>8.0.*</DotNet8Version>
10
</PropertyGroup>
11
12
<!-- Solution wide properties -->
0 commit comments