Skip to content

Commit

Permalink
Updated extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 24, 2019
1 parent 2c6207e commit f9233dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2019
init:
- git config --global core.autocrlf input
build_script:
- cmd: choco install dotnetcore-sdk --version=3.0.100-rc1-014190
- cmd: choco install dotnetcore-sdk --version=3.0.100
- ps: .\build.ps1
test: off
after_build:
Expand Down
4 changes: 2 additions & 2 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Update="System.Reflection.Emit.Lightweight" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'!='netstandard1.3' and '$(TargetFramework)'!='netstandard2.0' and '$(TargetFramework)'!='netcoreapp2.1'">
<PackageReference Update="Microsoft.Extensions.Configuration" Version="3.0.0-rc1.19456.10" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="3.0.0-rc1.19456.10" />
<PackageReference Update="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="3.0.0" />
<PackageReference Update="System.Interactive" Version="4.0.0-preview.8.build.9" />
<PackageReference Update="System.Interactive.Async.Providers" Version="4.0.0-preview.8.build.9" />
<PackageReference Update="System.Interactive.Providers" Version="4.0.0-preview.8.build.9" />
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
- repository: rsg
type: github
name: RocketSurgeonsGuild/AzureDevopsTemplates
ref: refs/tags/v0.9.4
ref: refs/tags/v0.10.0
endpoint: github

variables:
Expand All @@ -40,7 +40,7 @@ jobs:
Verbosity: $(Verbosity)
GitHub: true
GitHubPackages: false
DotNet21Version: "2.1.x"
DotNetVersion: "2.2.x"
DotNet3Version: "3.0.100-rc1-014190"
DotNetSdk:
- "2.2.x"
- "3.0.x"
NuGetVersion: "5.2.0"
3 changes: 0 additions & 3 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<PreserveCompilationContext>true</PreserveCompilationContext>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Include>[Rocket.Surgery.*]*</Include>
</PropertyGroup>
</Project>

0 comments on commit f9233dd

Please sign in to comment.