File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
<DebugSymbols >true</DebugSymbols >
22
22
23
23
<IsShippingPackage >false</IsShippingPackage >
24
- <ToolsetTargetFramework >netcoreapp3.0 </ToolsetTargetFramework >
24
+ <ToolsetTargetFramework >netcoreapp3.1 </ToolsetTargetFramework >
25
25
26
26
<ArtifactsShippingSymbolsDir >$(ArtifactsDir)symbols\$(Configuration)\Shipping</ArtifactsShippingSymbolsDir >
27
27
Original file line number Diff line number Diff line change 5
5
<Uri >https://github.com/dotnet/core-setup</Uri >
6
6
<Sha >dfb28413477684834589b8b23492b48c43726e10</Sha >
7
7
</Dependency >
8
- <Dependency Name =" Microsoft.DotNet.Cli.Runtime" Version =" 3.1.100-preview1.19479.3 " >
8
+ <Dependency Name =" Microsoft.DotNet.Cli.Runtime" Version =" 3.1.100-preview1.19501.5 " >
9
9
<Uri >https://github.com/dotnet/cli</Uri >
10
- <Sha >448a99fcc1eac067880ba4263bd6a3945d0f76de </Sha >
10
+ <Sha >c57fda1e6bcfb420e22f468f8f172d3d0a41f1ee </Sha >
11
11
</Dependency >
12
12
<Dependency Name =" Microsoft.NET.Sdk" Version =" 3.1.100-preview1.19501.1" >
13
13
<Uri >https://github.com/dotnet/sdk</Uri >
Original file line number Diff line number Diff line change 13
13
<!-- Production Dependencies -->
14
14
<PropertyGroup >
15
15
<!-- Dependencies from https://github.com/dotnet/cli -->
16
- <MicrosoftDotNetCliRuntimePackageVersion >3.1.100-preview1.19479.3 </MicrosoftDotNetCliRuntimePackageVersion >
16
+ <MicrosoftDotNetCliRuntimePackageVersion >3.1.100-preview1.19501.5 </MicrosoftDotNetCliRuntimePackageVersion >
17
17
</PropertyGroup >
18
18
<PropertyGroup >
19
19
<!-- Dependencies from https://github.com/dotnet/sdk -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 3.0 .100-preview8-013422 " ,
3
+ "dotnet" : " 3.1 .100-preview1-014076 " ,
4
4
"runtimes" : {
5
5
"dotnet" : [
6
6
" $(MicrosoftNETCoreAppRuntimewinx64PackageVersion)"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void ItCanNewRestoreBuildRunCleanMSBuildProject()
35
35
var ns = project . Root . Name . Namespace ;
36
36
project . Root . Element ( ns + "PropertyGroup" )
37
37
. Element ( ns + "TargetFramework" )
38
- . Value = "netcoreapp3.0 " ;
38
+ . Value = "netcoreapp3.1 " ;
39
39
project . Save ( projectPath ) ;
40
40
41
41
You can’t perform that action at this time.
0 commit comments