Skip to content

Commit

Permalink
Prepare for new preview release (#7)
Browse files Browse the repository at this point in the history
* use new version of FluentMetadata

* add and use snk file
  • Loading branch information
Daniel-Svensson authored and merijndejonge committed May 22, 2019
1 parent 81682ed commit b292827
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
5 changes: 2 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
<CopyLocalLockFileAssemblies Condition="'$(IsFrameworkProject)' == 'true'">false</CopyLocalLockFileAssemblies>

<!-- Setup signing-->
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile Condition="'$(AssemblyOriginatorKeyFile)' == '' And '$(IsTestProject)' != 'true'">$(MSBuildThisFileDirectory)OpenRiaServices.M2M.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile Condition="'$(AssemblyOriginatorKeyFile)' == '' And '$(IsTestProject)' == 'true'">$(MSBuildThisFileDirectory)Tests.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)OpenRiaServices.M2M.snk</AssemblyOriginatorKeyFile>

<!-- Common Assembly and Package Info-->
<Version>2.0.0</Version>
Expand Down
1 change: 1 addition & 0 deletions OpenRiaServices.M2M.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenRiaServices.M2M.LinkTab
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B3995EE-873D-4FB2-81FC-2F2D646DC89B}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Expand Down
Binary file added OpenRiaServices.M2M.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion OpenRiaServices.M2M/OpenRiaServices.M2M.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.2.0" />
<PackageReference Include="OpenRiaServices.FluentMetadata" Version="2.0.5213.23261" />
<PackageReference Include="OpenRiaServices.FluentMetadata" Version="3.0.0-preview.1" />
<PackageReference Include="OpenRiaServices.Server" Version="4.6.0-preview0001" />
<PackageReference Include="OpenRiaServices.T4" Version="4.6.0-preview0001" />
</ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions build_nuget.cmd

This file was deleted.

0 comments on commit b292827

Please sign in to comment.