Skip to content

Commit 2d110bd

Browse files
authored
Merge pull request #311 from hvanbakel/Add-.net-8-support
Update version and langversion for .net 8 support
2 parents 29a0e55 + 06f065f commit 2d110bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<LangVersion>7.3</LangVersion>
4+
<LangVersion>latest</LangVersion>
55
<Authors>hvanbakel et. al.</Authors>
66
<Product>Project2015To2017</Product>
77
<PackageProjectUrl>https://github.com/hvanbakel/CsprojToVs2017</PackageProjectUrl>
@@ -10,8 +10,8 @@
1010
<Copyright>Copyright Hans van Bakel</Copyright>
1111
<Description>Tool for converting a MSBuild project file to VS2017 format and beyond.</Description>
1212
<PackageTags>dotnet csproj fsproj vbproj msbuild conversion vs2015 vs14 vs15 vs2017</PackageTags>
13-
<Version>4.1.3</Version>
14-
<AssemblyVersion>4.1.0.0</AssemblyVersion>
13+
<Version>4.2.0</Version>
14+
<AssemblyVersion>4.2.0.0</AssemblyVersion>
1515

1616
<!-- SourceLink -->
1717
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)