File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed
GongSolutions.WPF.DragDrop Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,17 @@ environment:
18
18
secure : BSPdW2TgnQtoQXXbeDECug==
19
19
20
20
skip_tags : true
21
- image : Visual Studio 2019 Preview
21
+ image : Visual Studio 2019
22
22
configuration : Release
23
23
test : off
24
24
25
- # Install dotnet core 3.0 latest (alpha!!), as this is not provided on AppVeyor yet
26
25
install :
26
+ - cinst netfx-4.7-devpack
27
27
# - ps: Start-FileDownload 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe'
28
28
# - ps: Start-Process .\dotnet-sdk-latest-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait
29
29
# - ps: Start-FileDownload 'https://download.visualstudio.microsoft.com/download/pr/4032ceb5-61cd-495a-ab25-475aa2232f28/7eb614e777d87ef0d49f86be4fc8bbde/dotnet-sdk-3.0.100-preview4-011223-win-x64.exe'
30
30
# - ps: Start-Process .\dotnet-sdk-3.0.100-preview4-011223-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait
31
+ # Install dotnet core 3.0 latest (alpha!!), as this is not provided on AppVeyor yet
31
32
- cinst dotnetcore-sdk --pre
32
33
33
34
pull_requests :
Original file line number Diff line number Diff line change 15
15
16
16
<!-- Add the references for all projects and targets -->
17
17
<ItemGroup >
18
- <PackageReference Include =" JetBrains.Annotations" Version =" 2018 .*" PrivateAssets =" All" />
18
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2019 .*" PrivateAssets =" All" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
22
- <None Remove =" **\*.png;**\*.jpg;**\*.ico" />
23
- <Resource Include =" **\*.png;**\*.jpg;**\*.ico" />
22
+ <None Remove =" **\*.png;**\*.jpg;**\*.ico" />
23
+ <Resource Include =" **\*.png;**\*.jpg;**\*.ico" />
24
24
</ItemGroup >
25
25
26
26
<!-- SourceLink -->
Original file line number Diff line number Diff line change 1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
3
3
<!-- NuGet -->
4
- <PropertyGroup Condition = " '$(Configuration)' == 'Release' " >
4
+ <PropertyGroup >
5
5
<Authors >Jan Karger, Steven Kirk, mitchell.jon</Authors >
6
6
<PackageId >gong-wpf-dragdrop</PackageId >
7
7
<PackageLicenseFile >LICENSE</PackageLicenseFile >
23
23
</PropertyGroup >
24
24
25
25
<ItemGroup >
26
- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
26
+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
27
27
</ItemGroup >
28
28
29
- <Import Project =" $([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />
29
+ <Import Project =" $([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />
30
30
</Project >
Original file line number Diff line number Diff line change 14
14
<ApplicationManifest >app.manifest</ApplicationManifest >
15
15
</PropertyGroup >
16
16
<ItemGroup >
17
- <ProjectReference Include =" ..\GongSolutions.WPF.DragDrop\GongSolutions.WPF.DragDrop.csproj" />
17
+ <ProjectReference Include =" ..\GongSolutions.WPF.DragDrop\GongSolutions.WPF.DragDrop.csproj" />
18
18
</ItemGroup >
19
19
<!-- reference includes -->
20
20
<ItemGroup >
24
24
<PackageReference Include =" Faker.Net" Version =" 1.*" />
25
25
</ItemGroup >
26
26
<ItemGroup >
27
- <None Include =" app.manifest" />
28
- <None Remove =" App.config" />
27
+ <None Include =" app.manifest" />
28
+ <None Remove =" App.config" />
29
29
</ItemGroup >
30
30
<ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp3.0'" >
31
31
<AppConfigWithTargetPath Include =" App.$(TargetFramework).config" >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 3.0.100-preview5 "
3
+ "version" : " 3.0.100-preview6 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments