-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages and prepare for v0.5.0
- Loading branch information
1 parent
0c39d5d
commit 17b0e70
Showing
6 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"version": "3.0.100", | ||
"rollForward": "latestMinor", | ||
"version": "3.1.402", | ||
"rollForward": "latestPatch", | ||
"allowPrerelease": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>0.4.0</Version> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<Version>0.5.0</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="buildalyzer" Version="2.3.0" /> | ||
<PackageReference Include="NuGet.ProjectModel" Version="5.3.0" /> | ||
<PackageReference Include="Buildalyzer" Version="3.0.1" /> | ||
<PackageReference Include="NuGet.ProjectModel" Version="5.7.0" /> | ||
|
||
<!-- The below is only to not run into incompatibilites with the NuGet version loaded by MSBuild --> | ||
<PackageReference Include="NuGet.Build.Tasks" Version="5.3.0" /> | ||
<PackageReference Include="NuGet.Resolver" Version="5.3.0" /> | ||
<PackageReference Include="NuGet.Build.Tasks" Version="5.7.0" /> | ||
<PackageReference Include="NuGet.Resolver" Version="5.7.0" /> | ||
<PackageReference Include="NuGet.Common" Version="5.7.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters