Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Update to xUnit 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jul 27, 2018
1 parent 5c90fa9 commit cc0e10e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src/xunit.runner.devices/xunit.runner.devices.csproj
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.Sdk.Extras/1.6.20-preview">
<Project Sdk="MSBuild.Sdk.Extras/1.6.41">

<PropertyGroup>
<TargetFrameworks>uap10.0;monoandroid81;xamarinios10</TargetFrameworks>
Expand All @@ -19,7 +19,7 @@
<Company>.NET Foundation</Company>
<Copyright>Copyright (C) .NET Foundation</Copyright>
<NoPackageAnalysis>true</NoPackageAnalysis>
<XunitVersion>2.4.0-rc.1.build4038</XunitVersion>
<XunitVersion>2.4.0</XunitVersion>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>embedded</DebugType>
Expand Down Expand Up @@ -53,7 +53,7 @@


<ItemGroup Condition="'$(TargetFramework)' == 'uap10.0'">
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="15.7.2" PrivateAssets="All" ExcludeAssets="Build" />
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="15.8.0" PrivateAssets="All" ExcludeAssets="Build" />
</ItemGroup>

<ItemGroup Label="Package">
Expand Down
Expand Up @@ -40,7 +40,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="xunit.devices.templates">
<package id="xunit" version="2.4.0-rc.1.build4038" />
<package id="xunit" version="2.4.0" />
<package id="xunit.runner.devices" version="0.9.9" />
</packages>
</WizardData>
Expand Down
Expand Up @@ -87,8 +87,8 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
</ProjectReference>
<PackageReference Include="xunit" Version="2.4.0-rc.1.build4038" PrivateAssets="all" ExcludeAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0-rc.1.build4038" PrivateAssets="all" ExcludeAssets="all" />
<PackageReference Include="xunit" Version="2.4.0" PrivateAssets="all" ExcludeAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" PrivateAssets="all" ExcludeAssets="all" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
Expand All @@ -105,8 +105,8 @@
</MSBuild>
<ItemGroup>
<Content Include="@(_NuPkgFiles)" IncludeInVSIX="true" VSIXSubPath="Packages" />
<Content Include="$(NuGetPackageRoot)xunit\2.4.0-rc.1.build4038\*.nupkg" IncludeInVSIX="true" VSIXSubPath="Packages" />
<Content Include="$(NuGetPackageRoot)xunit.runner.visualstudio\2.4.0-rc.1.build4038\*.nupkg" IncludeInVSIX="true" VSIXSubPath="Packages" />
<Content Include="$(NuGetPackageRoot)xunit\2.4.0\*.nupkg" IncludeInVSIX="true" VSIXSubPath="Packages" />
<Content Include="$(NuGetPackageRoot)xunit.runner.visualstudio\2.4.0\*.nupkg" IncludeInVSIX="true" VSIXSubPath="Packages" />
</ItemGroup>
</Target>

Expand Down
2 changes: 1 addition & 1 deletion templates/xunit.ios.template/xunit.ios.template.vstemplate
Expand Up @@ -52,7 +52,7 @@
<SdkType>iOS</SdkType>
</MinimumOSVersion>
<packages repository="extension" repositoryId="xunit.devices.templates">
<package id="xunit" version="2.4.0-rc.1.build4038" />
<package id="xunit" version="2.4.0" />
<package id="xunit.runner.devices" version="0.9.9" />
</packages>
</WizardData>
Expand Down
4 changes: 2 additions & 2 deletions templates/xunit.uwp.template/xunit.uwp.template.vstemplate
Expand Up @@ -54,8 +54,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="xunit.devices.templates">
<package id="xunit" version="2.4.0-rc.1.build4038" />
<package id="xunit.runner.visualstudio" version="2.4.0-rc.1.build4038" />
<package id="xunit" version="2.4.0" />
<package id="xunit.runner.visualstudio" version="2.4.0" />
<package id="xunit.runner.devices" version="0.9.9" />
</packages>
</WizardData>
Expand Down
2 changes: 1 addition & 1 deletion test/test.xunit.pcltestlib/test.xunit.pcltestlib.csproj
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.4.0-rc.1.build4038" />
<PackageReference Include="xunit" Version="2.4.0" />
<Content Include="test.xunit.pcltestlib.xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
Expand Up @@ -96,7 +96,7 @@
<Project>{b7c9bebb-26c2-483b-9be8-80a8ee523eb8}</Project>
<Name>test.xunit.pcltestlib</Name>
</ProjectReference>
<PackageReference Include="xunit" Version="2.4.0-rc.1.build4038" />
<PackageReference Include="xunit" Version="2.4.0" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Import Project="..\..\src\xunit.runner.devices\build\xunit.runner.devices.targets" />
Expand Down
2 changes: 1 addition & 1 deletion test/test.xunit.runner.ios/test.xunit.runner.ios.csproj
Expand Up @@ -177,7 +177,7 @@
<Project>{b7c9bebb-26c2-483b-9be8-80a8ee523eb8}</Project>
<Name>test.xunit.pcltestlib</Name>
</ProjectReference>
<PackageReference Include="xunit" Version="2.4.0-rc.1.build4038" />
<PackageReference Include="xunit" Version="2.4.0" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\..\src\xunit.runner.devices\build\xunit.runner.devices.targets" />
Expand Down
4 changes: 2 additions & 2 deletions test/test.xunit.runner.uwp/test.xunit.runner.uwp.csproj
Expand Up @@ -127,7 +127,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit.runner.utility">
<Version>2.4.0-rc.1.build4038</Version>
<Version>2.4.0</Version>
</PackageReference>
<ProjectReference Include="..\..\src\xunit.runner.devices\xunit.runner.devices.csproj">
<Project>{4c73a814-9327-4b0b-a46e-acfe47481817}</Project>
Expand All @@ -140,7 +140,7 @@
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.1.5</Version>
</PackageReference>
<PackageReference Include="xunit" Version="2.4.0-rc.1.build4038" />
<PackageReference Include="xunit" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
Expand Down

0 comments on commit cc0e10e

Please sign in to comment.