Skip to content

Commit f5cd8a2

Browse files
linkdotnetegil
authored andcommitted
feat: use always latest patch-version
1 parent e5fb21f commit f5cd8a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<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>
5+
<DotNet3Version>3.1.*</DotNet3Version>
6+
<DotNet5Version>5.0.*</DotNet5Version>
7+
<DotNet6Version>6.0.*</DotNet6Version>
8+
<DotNet7Version>7.0.*</DotNet7Version>
9+
<DotNet8Version>8.0.*</DotNet8Version>
1010
</PropertyGroup>
1111

1212
<!-- Solution wide properties -->

0 commit comments

Comments
 (0)