Skip to content

Commit

Permalink
Use .net5
Browse files Browse the repository at this point in the history
  • Loading branch information
woksin committed Nov 11, 2020
1 parent 4fe1a17 commit 1d0eb78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/CodeAnalysis/CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="../../default.props"/>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net5</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>

<AssemblyName>Dolittle.CodeAnalysis</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Source/Common.Specs/Dolittle.Common.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RepositoryUrl>https://github.com/dolittle/Home</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5</TargetFramework>
<AssemblyName>Dolittle.Common.Specs</AssemblyName>
<OutputType>Exe</OutputType>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand Down
2 changes: 1 addition & 1 deletion Source/Common/Dolittle.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RepositoryUrl>https://github.com/dolittle/Home</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net5</TargetFramework>
<AssemblyName>Dolittle.Common</AssemblyName>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageIcon>logo.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion default.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="common.props"/>

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net5</TargetFramework>
<DocumentationFile>$()Artifacts/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion specs.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="common.props"/>

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5</TargetFramework>
<IsTestProject>true</IsTestProject>

<NoWarn>$(NoWarn);SA1600;CA1307;CA1305;CS1591;CA1819;SA1122;SA1615;SA1514</NoWarn>
Expand Down

0 comments on commit 1d0eb78

Please sign in to comment.