Skip to content

Commit

Permalink
Merge pull request #311 from hvanbakel/Add-.net-8-support
Browse files Browse the repository at this point in the history
Update version and langversion for .net 8 support
  • Loading branch information
hvanbakel authored Jan 1, 2024
2 parents 29a0e55 + 06f065f commit 2d110bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

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

<!-- SourceLink -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 2d110bd

Please sign in to comment.