Skip to content

Commit 51205f3

Browse files
committed
Bump projects to netstandard2.0
1 parent 66e91a2 commit 51205f3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/DotNet.ReproducibleBuilds.Isolated/DotNet.ReproducibleBuilds.Isolated.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.Build.NoTargets">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard1.0</TargetFramework>
5-
<!-- Don't emit netstandard1.0 as a dependency. We set TargetFramework just to get nuget restore working. -->
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<!-- Don't emit netstandard2.0 as a dependency. We set TargetFramework just to get nuget restore working. -->
66
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
77
<IsPackable>true</IsPackable>
88
</PropertyGroup>

src/DotNet.ReproducibleBuilds/DotNet.ReproducibleBuilds.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.Build.NoTargets">
22
<PropertyGroup>
3-
<TargetFramework>netstandard1.0</TargetFramework>
3+
<TargetFramework>netstandard2.0</TargetFramework>
44
<DevelopmentDependency>true</DevelopmentDependency>
5+
<!-- Don't emit netstandard2.0 as a dependency. We set TargetFramework just to get nuget restore working. -->
56
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
67
<IncludeBuildOutput>false</IncludeBuildOutput>
78
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>

0 commit comments

Comments
 (0)