Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Build.props « System.Data.DataSetExtensions « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0985cc9c5fdf6141ec89c6a44f7fcdacb9af97b4 (plain)
1
2
3
4
5
6
7
<Project>
  <Import Project="..\Directory.Build.props" />
  <PropertyGroup>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
    <StrongNameKeyId>ECMA</StrongNameKeyId>
  </PropertyGroup>
</Project>