зеркало из https://github.com/microsoft/Tx.git
Update Global.json to point to .Net Core 5.0
This commit is contained in:
Родитель
1171765138
Коммит
098174795b
|
@ -21,3 +21,5 @@ _UpgradeReport_Files
|
|||
*.ide-shm
|
||||
*.ide-wal
|
||||
Packages/
|
||||
Source/.vs/
|
||||
Test/.vs/
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;net46;net45</TargetFrameworks>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<AssemblyVersion>3.0.2.0</AssemblyVersion>
|
||||
<FileVersion>3.0.2.0</FileVersion>
|
||||
<Version>3.0.2</Version>
|
||||
<Description>Tx (LINQ to Logs and Traces) core components, not specific to the event format</Description>
|
||||
<Copyright>Copyright © Microsoft. All Rights Reserved</Copyright>
|
||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/Tx/</PackageProjectUrl>
|
||||
<Authors>Microsoft</Authors>
|
||||
<PackageTags>Tx Traces Logs Playback Replay</PackageTags>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/Microsoft/Tx.git</RepositoryUrl>
|
||||
<DelaySign>false</DelaySign>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Tx.Core" Version="3.0.2" />
|
||||
<PackageReference Include="Tx.Network" Version="3.0.3" />
|
||||
<PackageReference Include="Tx.SqlServer" Version="3.0.2" />
|
||||
<PackageReference Include="Tx.Windows" Version="3.0.4" />
|
||||
<PackageReference Include="Tx.Windows.TypeGeneration" Version="3.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netcoreapp3.1;net45;net46</TargetFrameworks>
|
||||
<TargetFrameworks>netcoreapp5.0;net45;net46</TargetFrameworks>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<PackageReference Include="System.Reactive" Version="3.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp5.0'">
|
||||
<PackageReference Include="System.Diagnostics.EventLog" Version="4.7.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"sdk": {
|
||||
// Need to use a particular version to ensure consistency across machines no matter what SDK versions they have installed.
|
||||
"version": "3.1.200"
|
||||
"version": "5.0.400"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче