Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b01e622

Browse filesBrowse files
authored
Merge branch 'master' into bugfix-working-directory
2 parents a64e14d + 6fc86f3 commit b01e622
Copy full SHA for b01e622

File tree

7 files changed

+12
-12
lines changed
Filter options

7 files changed

+12
-12
lines changed

‎src/Dotnet.Script.Core/Dotnet.Script.Core.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Dotnet.Script.Core.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<EmbeddedResource Include="**/*.template" />
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.6.0" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.7.0" />
2525
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2626
<PackageReference Include="ReadLine" Version="2.0.1" />
2727
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
@@ -31,7 +31,7 @@
3131
We need to figure out why we can't load these via the dependency context.
3232
-->
3333
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
34-
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
34+
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
3535
</ItemGroup>
3636
<ItemGroup>
3737
<ProjectReference Include="..\Dotnet.Script.DependencyModel.Nuget\Dotnet.Script.DependencyModel.NuGet.csproj" />

‎src/Dotnet.Script.DependencyModel.Nuget/Dotnet.Script.DependencyModel.NuGet.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel.Nuget/Dotnet.Script.DependencyModel.NuGet.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<Compile Include="..\Dotnet.Script.DependencyModel\ProjectSystem\ScriptParserInternal.cs" Link="ScriptParserInternal.cs" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.6.0" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.7.0" />
2323
</ItemGroup>
2424
</Project>

‎src/Dotnet.Script.DependencyModel/Dotnet.Script.DependencyModel.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/Dotnet.Script.DependencyModel.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<ItemGroup>
3333
<PackageReference Include="NuGet.ProjectModel" Version="5.2.0" />
34-
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.4" />
34+
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
3535
</ItemGroup>
3636

3737
</Project>

‎src/Dotnet.Script.Desktop.Tests/Dotnet.Script.Desktop.Tests.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Desktop.Tests/Dotnet.Script.Desktop.Tests.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFramework>net472</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
7+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
88
<PackageReference Include="xunit" Version="2.4.1" />
9-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
9+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1212
</PackageReference>

‎src/Dotnet.Script.Extras/Dotnet.Script.Extras.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Extras/Dotnet.Script.Extras.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.6.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.7.0" />
1616
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
1717
</ItemGroup>
1818

‎src/Dotnet.Script.Tests/Dotnet.Script.Tests.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Tests/Dotnet.Script.Tests.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
99
<PrivateAssets>all</PrivateAssets>
1010
</PackageReference>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
1212
<PackageReference Include="xunit" Version="2.4.1" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
13+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
18-
<PackageReference Include="Moq" Version="4.13.1" />
18+
<PackageReference Include="Moq" Version="4.14.5" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<ProjectReference Include="..\Dotnet.Script.Core\Dotnet.Script.Core.csproj" />

‎src/Dotnet.Script/Dotnet.Script.csproj

Copy file name to clipboardExpand all lines: src/Dotnet.Script/Dotnet.Script.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<LangVersion>latest</LangVersion>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.7.0" />
2626
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
27-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.4" />
27+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.6" />
2828
</ItemGroup>
2929
<ItemGroup>
3030
<ProjectReference Include="..\Dotnet.Script.Core\Dotnet.Script.Core.csproj" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.