Skip to content

Commit

Permalink
Updated NuGet references
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Oct 11, 2019
1 parent 911ac1d commit 1d8ab03
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/ComputeSharp.Graphics/ComputeSharp.Graphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0-rc1.19456.4" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0" />
<PackageReference Include="Vortice.Direct3D12" Version="1.3.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/ComputeSharp.Shaders/ComputeSharp.Shaders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ICSharpCode.Decompiler" Version="5.0.0.5124" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.3.1-beta3-final" />
<PackageReference Include="ICSharpCode.Decompiler" Version="5.0.1.5145" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.3.1" />
<PackageReference Include="Stubble.Core" Version="1.4.12" />
<PackageReference Include="Vortice.Dxc" Version="1.3.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ComputeSharp/ComputeSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.18362.2002-preview" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.18362.2005" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/ComputeSharp/ComputeSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ComputeSharp</id>
<version>1.3.0</version>
<version>1.3.1</version>
<title>ComputeSharp</title>
<authors>Sergio Pedri</authors>
<owners>Sergio Pedri</owners>
Expand All @@ -11,16 +11,16 @@
<iconUrl>https://i.imgur.com/ntvmD6P.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET Standard 2.1 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders</description>
<releaseNotes>New ComputeSharp.Bool type, speed optimizations and bug fixes</releaseNotes>
<releaseNotes>Bug fixes, NuGet updates</releaseNotes>
<copyright>Copyright (c) 2019 Sergio Pedri</copyright>
<tags>dotnet net netcore netstandard csharp library graphics shader hlsl compute gpu</tags>
<repository type="git" url="https://github.com/Sergio0694/ComputeSharp.git" branch="master" />
<dependencies>
<dependency id="Microsoft.Windows.SDK.Contracts" version="10.0.18362.2002-preview" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.6.0-rc1.19456.4" />
<dependency id="Microsoft.Windows.SDK.Contracts" version="10.0.18362.2005" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.6.0" />
<dependency id="Vortice.Direct3D12" version="1.3.0" />
<dependency id="ICSharpCode.Decompiler" version="5.0.0.5124" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="3.3.1-beta3-final" />
<dependency id="ICSharpCode.Decompiler" version="5.0.1.5145" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="3.3.1" />
<dependency id="Stubble.Core" version="1.4.12" />
<dependency id="Vortice.Dxc" version="1.3.0" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions tests/ComputeSharp.Tests/ComputeSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1d8ab03

Please sign in to comment.