Skip to content

Commit 798a761

Browse files
authored
Merge pull request #5 from dlepow/master
Update to target .NET core 2.1
2 parents e78b685 + 5e1dfe1 commit 798a761

File tree

6 files changed

+156
-157
lines changed

6 files changed

+156
-157
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ dlldata.c
4646
project.lock.json
4747
project.fragment.lock.json
4848
artifacts/
49-
**/Properties/launchSettings.json
5049

5150
*_i.c
5251
*_p.c

BatchDotnetTutorialFfmpeg/BatchDotnetTutorialFfmpeg.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net462</TargetFramework>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<RootNamespace>Microsoft.Azure.Batch.Samples.BatchDotNetTutorialFfmpeg</RootNamespace>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Azure.Batch" Version="8.1.2" />
11-
<PackageReference Include="WindowsAzure.Storage" Version="9.2.0" />
10+
<PackageReference Include="Microsoft.Azure.Batch" Version="9.0.0" />
11+
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
1212
</ItemGroup>
1313

1414
</Project>

BatchDotnetTutorialFfmpeg/BatchDotnetTutorialFfmpeg.sln

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26228.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatchDotnetTutorialFfmpeg", "BatchDotnetTutorialFfmpeg.csproj", "{C8DFEFA7-5BC3-4217-88DC-791020D6A909}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BatchDotnetTutorialFfmpeg", "BatchDotnetTutorialFfmpeg.csproj", "{C8DFEFA7-5BC3-4217-88DC-791020D6A909}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5CAC1578-E7D4-416E-BB9D-1A9800B0F1A6}"
99
EndProject
@@ -23,4 +23,7 @@ Global
2323
GlobalSection(SolutionProperties) = preSolution
2424
HideSolutionNode = FALSE
2525
EndGlobalSection
26+
GlobalSection(ExtensibilityGlobals) = postSolution
27+
SolutionGuid = {40550F11-FA23-4798-B91D-D045F41F982C}
28+
EndGlobalSection
2629
EndGlobal

0 commit comments

Comments
 (0)