Skip to content

Commit

Permalink
Bump version, targeted .NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Mar 5, 2020
1 parent 32c7413 commit cc11484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions AreTheseNedfsBorked/AreTheseNedfsBorked.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472</TargetFrameworks>
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<Authors>Tristan Stenner</Authors>
<Company>IMPS UKSH Kiel</Company>
<Product>NEDF Reader</Product>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<OutputPath>$(SolutionDir)bin\$(Configuration)_$(TargetFramework)\$(MSBuildProjectName)</OutputPath>
<OutDir>$(OutputPath)</OutDir>
<TargetFrameworks>net472</TargetFrameworks>
<TargetFrameworks>net48</TargetFrameworks>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
</PropertyGroup>
</Project>

0 comments on commit cc11484

Please sign in to comment.